Re: RFR: JDK-8148351 Only display resolved symlink for compiler, do not change path

2016-01-29 Thread Erik Joelsson
Looks good. /Erik On 2016-01-27 11:32, Magnus Ihse Bursie wrote: 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

RFR: JDK-8148351 Only display resolved symlink for compiler, do not change path

2016-01-27 Thread Magnus Ihse Bursie
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