Review Request: 8005855: build-infra: Remove -R flag when cross compiling

Kelly O'Hair kelly.ohair at oracle.com
Tue Jan 8 19:56:03 UTC 2013


I need more info on this, what is X_LIBS for, and why remove ALL -R options.

I always considered the -R options to be LD options, not library specifications really.
The -L and -l options are library specifications, but -R is just a path that gets baked into the .so
for runtime access to the libraries, the paths don't have to exist at build time.

-kto

On Jan 8, 2013, at 5:35 AM, Erik Joelsson wrote:

> Filter away -R flags from X_LIBS variable in configure.
> 
> http://cr.openjdk.java.net/~erikj/8005855/webrev.root.01/




More information about the build-dev mailing list