Run a few more binutils tests non-native
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / compress.exp
index edbe9dd5ca699580a3c4022c93f070f075571de8..948d20a4516bf368a948cba6f8a5959db15d8436 100644 (file)
@@ -677,19 +677,11 @@ proc test_gnu_debuglink {} {
     global srcdir
     global subdir
     global env
-    global CC_FOR_TARGET
     global STRIP
     global OBJCOPY
     global OBJDUMP
 
     set test "gnu-debuglink"
-    if {![info exists CC_FOR_TARGET]} {
-       set CC_FOR_TARGET $env(CC)
-    }
-    if { $CC_FOR_TARGET == "" } {
-       unsupported $test
-       return
-    }
 
     if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog exectuable debug] != "" } {
        unsupported "$test (build)"
@@ -762,6 +754,6 @@ proc test_gnu_debuglink {} {
     }
 }
 
-if {[isnative] && [is_elf_format]} then {
+if {[is_elf_format]} then {
     test_gnu_debuglink
 }
This page took 0.023408 seconds and 4 git commands to generate.