-
Bug
-
Resolution: Fixed
-
P3
-
hs25
-
b50
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082838 | emb-9 | Dean Long | P3 | Resolved | Fixed | team |
JDK-8086401 | 8u65 | Dean Long | P3 | Resolved | Fixed | b01 |
JDK-8072389 | 8u60 | Dean Long | P3 | Resolved | Fixed | b02 |
JDK-8137528 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076676 | emb-8u60 | Dean Long | P3 | Resolved | Fixed | team |
hotspot/make/linux/makefiles/build_vm_def.sh references the environment variables
CROSS_COMPILE_ARCH and ALT_COMPILER_PATH. There are two problems
with this:
1) in the new build, makefiles don't export these variables to the environment,
2) in the new build, $(NM) as set in spec.gmk is a better choice, because it allows
the standard {host-triple)-nm to be used.
CROSS_COMPILE_ARCH and ALT_COMPILER_PATH. There are two problems
with this:
1) in the new build, makefiles don't export these variables to the environment,
2) in the new build, $(NM) as set in spec.gmk is a better choice, because it allows
the standard {host-triple)-nm to be used.
- backported by
-
JDK-8072389 build_vm_def.sh not working correctly for new build cross compile
-
- Resolved
-
-
JDK-8076676 build_vm_def.sh not working correctly for new build cross compile
-
- Resolved
-
-
JDK-8082838 build_vm_def.sh not working correctly for new build cross compile
-
- Resolved
-
-
JDK-8086401 build_vm_def.sh not working correctly for new build cross compile
-
- Resolved
-
-
JDK-8137528 build_vm_def.sh not working correctly for new build cross compile
-
- Resolved
-
- blocks
-
JDK-8071436 apply linux build_vm_def.sh cleanup to other platforms
-
- Closed
-
(1 blocks)