M68K TLS support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / elf.exp
index 080d98571126c44a8e83adbf53019ca6150f48d3..b2c196a1ef1aa6503b4aae11f166e4e1968deff1 100644 (file)
@@ -25,6 +25,7 @@ if ![is_elf_format] {
     return
 }
 
+set old_ldflags $LDFLAGS
 if { [istarget spu*-*-*] } {
     set LDFLAGS "$LDFLAGS --local-store 0:0"
 }
@@ -60,6 +61,8 @@ if { [check_gc_sections_available] } {
     }
 }
 
+set LDFLAGS $old_ldflags
+
 # The following tests require running the executable generated by ld.
 if ![isnative] {
     return
This page took 0.023341 seconds and 4 git commands to generate.