* config/default.exp: Provide tmpdir/ld/collect-ld.
authorAlan Modra <amodra@gmail.com>
Tue, 17 Jan 2012 00:16:54 +0000 (00:16 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 17 Jan 2012 00:16:54 +0000 (00:16 +0000)
ld/testsuite/ChangeLog
ld/testsuite/config/default.exp

index e7225dc53b78af091765a25fde75e09b3447458d..efeed558845ba845f0f62de881bb0cf1ecc81bee 100644 (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
index 26a7a0c35336c486306d51bf419b575a7daf5409..cd79236a6f1a5c3c46f40b871e2e88f24a799ef7 100644 (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/"
 
This page took 0.036159 seconds and 4 git commands to generate.