mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* config/default.exp: Provide tmpdir/ld/collect-ld.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-01-17 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* config/default.exp: Provide tmpdir/ld/collect-ld.
|
||||||
|
|
||||||
2012-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
2012-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/13581
|
PR ld/13581
|
||||||
|
@ -67,6 +67,7 @@ set gcc_gas_flag "-B[pwd]/tmpdir/gas/"
|
|||||||
if {![file isdirectory tmpdir/ld]} then {
|
if {![file isdirectory tmpdir/ld]} then {
|
||||||
catch "exec mkdir tmpdir/ld" status
|
catch "exec mkdir tmpdir/ld" status
|
||||||
catch "exec ln -s ../../ld-new tmpdir/ld/ld" status
|
catch "exec ln -s ../../ld-new tmpdir/ld/ld" status
|
||||||
|
catch "exec ln -s ld tmpdir/ld/collect-ld" status
|
||||||
}
|
}
|
||||||
set gcc_ld_flag "-B[pwd]/tmpdir/ld/"
|
set gcc_ld_flag "-B[pwd]/tmpdir/ld/"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user