-
Bug
-
Resolution: Fixed
-
P4
-
8u172, 9
-
b104
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208847 | 8u201 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
JDK-8205430 | 8u192 | Kevin Walls | P4 | Resolved | Fixed | b01 |
JDK-8216647 | emb-8u201 | Severin Gehwolf | P4 | Resolved | Fixed | master |
During toolchain detection, if the found compiler (CC or CXX) is a symbolic link, we resolve it and point to the resolved binary. This was introduced to be able to debug systems with a broken setup, but it breaks use cases were a CC wrapper is used.
A better solution is to just print the path of the resolved symlink and keep the original value intact.
A better solution is to just print the path of the resolved symlink and keep the original value intact.
- backported by
-
JDK-8205430 Only display resolved symlink for compiler, do not change path
-
- Resolved
-
-
JDK-8208847 Only display resolved symlink for compiler, do not change path
-
- Resolved
-
-
JDK-8216647 Only display resolved symlink for compiler, do not change path
-
- Resolved
-