Use Windows style directory separators when running sysroot tests under MinGW and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / default-script.exp
index 202f5324dec0495754694c56028bdb28b7759fa3..45c00a50f4ef93efd894ee49fae8e8f50f50288f 100644 (file)
@@ -1,6 +1,5 @@
 # Test --default-script/-dT
-#   Copyright 2007
-#   Free Software Foundation, Inc.
+#   Copyright (C) 2007-2017 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -19,6 +18,7 @@
 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
+set old_ldflags $LDFLAGS
 if { [istarget spu*-*-*] } {
     set LDFLAGS "$LDFLAGS --local-store 0:0"
 }
@@ -30,3 +30,4 @@ foreach t $test_list {
     run_dump_test [file rootname $t]
 }
 
+set LDFLAGS $old_ldflags
This page took 0.023817 seconds and 4 git commands to generate.