* config/default.exp: Provide tmpdir/ld/collect-ld.
This commit is contained in:
parent
576477a6ee
commit
3499cebd0d
2 changed files with 5 additions and 0 deletions
|
@ -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/"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue