-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
-
b32
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2225005 | 7u6 | David Holmes | P4 | Closed | Fixed | b12 |
JDK-2225490 | OpenJDK6 | Kelly Ohair | P3 | Resolved | Fixed | b26 |
Deepak Bhole reports:
JDK builds currently fail with GCC 4.7 due to its stricter option
checking.
GCC 4.6 and prior ignored invalid options -- GCC 4.7 does not. Certain
files in JDK supply the -mimpure-text option to GCC. This option is only
valid on SPARC[1,2]. As a result, GCC 4.7 throws an error during build
on Linux (I suppose .
This patch removes the option:
http://cr.openjdk.java.net/~dbhole/GCC-4.7-JDK8.00
1: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/gcc/SPARC-Options.html
2: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/gcc/i386-and-x86_002d64-Options.html
JDK builds currently fail with GCC 4.7 due to its stricter option
checking.
GCC 4.6 and prior ignored invalid options -- GCC 4.7 does not. Certain
files in JDK supply the -mimpure-text option to GCC. This option is only
valid on SPARC[1,2]. As a result, GCC 4.7 throws an error during build
on Linux (I suppose .
This patch removes the option:
http://cr.openjdk.java.net/~dbhole/GCC-4.7-JDK8.00
1: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/gcc/SPARC-Options.html
2: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/gcc/i386-and-x86_002d64-Options.html
- backported by
-
JDK-2225490 Linux build breaks with GCC 4.7 due to unrecognized option
-
- Resolved
-
-
JDK-2225005 Linux build breaks with GCC 4.7 due to unrecognized option
-
- Closed
-