-
Bug
-
Resolution: Fixed
-
P3
-
hs20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2204325 | 7 | David Holmes | P3 | Closed | Fixed | b123 |
JDK-2205916 | 6u25 | David Holmes | P3 | Resolved | Fixed | b01 |
6953477 added some support for cross-compilation. When cross-compiling the ALT_COMPILER_PATH is used to the find the cross-compiler and other tools that operate on the foreign binaries. Unfortunately JPRT also uses ALT_COMPILER_PATH to redirect only the compiler usage to the cccache, which means that the other tools (nm, strip) will not be found and so part of the build will fail. This only affects the Linux build at present.
- backported by
-
JDK-2205916 Refine use of ALT_COMPILER_PATH to avoid conflict with JPRT usage
-
- Resolved
-
-
JDK-2204325 Refine use of ALT_COMPILER_PATH to avoid conflict with JPRT usage
-
- Closed
-
- relates to
-
JDK-6953477 Increase building flexibility and portability of Hotspot
-
- Closed
-