Review Request: 8005855: build-infra: Remove -R flag when cross compiling
Tim Bell
tim.bell at oracle.com
Tue Jan 8 19:02:55 UTC 2013
Hi Erik:
> Filter away -R flags from X_LIBS variable in configure.
>
> http://cr.openjdk.java.net/~erikj/8005855/webrev.root.01/
common/autoconf/libraries.m4:
143 X_LIBS=`$ECHO $X_LIBS | $SED 's/-R.*//g'`
If I am reading this correctly, sed will delete everything from -R to
end of line. Is that correct?
Thumbs up if so - but this could have unexpected consequences if not.
Tim
More information about the build-dev
mailing list