RFR: JDK-8039426: gcc can target wrong instruction set when building JDK native code

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Mon May 11 13:48:01 UTC 2015


On 2015-05-11 14:31, Erik Joelsson wrote:
> Hello,
>
> Please review this small fix to CFLAGS when compiling with GCC on a 
> 32-bit system. Hotspot currently sets -march=i586 and the jdk 
> libraries should do the same for consistency.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8039426
> Webrev: http://cr.openjdk.java.net/~erikj/8039426/webrev.01/

Looks good to me.

/Magnus




More information about the build-dev mailing list