* config/default.exp: Provide tmpdir/ld/collect-ld.

This commit is contained in:
Alan Modra 2012-01-17 00:16:54 +00:00
parent 576477a6ee
commit 3499cebd0d
2 changed files with 5 additions and 0 deletions

View File

@ -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>
PR ld/13581

View File

@ -67,6 +67,7 @@ set gcc_gas_flag "-B[pwd]/tmpdir/gas/"
if {![file isdirectory tmpdir/ld]} then {
catch "exec mkdir tmpdir/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/"