1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00
cdt/cross
Morten Kristiansen f680519739 [Bug 460131] Eclipse bin dir prepended to cross tool path
java.io.File is used to store the path to the cross tools.
getAbsolutePath is invoked before variables are expanded. Hence File
cannot see the path is already absolute and therefore prepends CWD.
Reverted to getPath, since conversion to full path would not make sense
anyway.

Change-Id: I13e5b2c0d7747741926a88e120d13003b910e8c6
Signed-off-by: Morten Kristiansen <millibit@gmail.com>
2015-02-20 21:41:04 -05:00
..
org.eclipse.cdt.build.crossgcc [Bug 460131] Eclipse bin dir prepended to cross tool path 2015-02-20 21:41:04 -05:00
org.eclipse.cdt.build.crossgcc-feature Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
org.eclipse.cdt.launch.remote Bug 458650 - NPE when creating a "C/C++ Remote Application" launch 2015-01-29 09:50:51 +02:00
org.eclipse.cdt.launch.remote-feature Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00