Use better test for usable compiler in ld testsuite.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / wrap.exp
index 3293231dba7e3bec1c9eadcb52ebe43a908255c2..1a9fa7c3a2919996b34917cfc82a6488075b805c 100644 (file)
@@ -32,7 +32,7 @@ if ![check_shared_lib_support] {
 }
 
 # Check if compiler works
-if { [which $CC] == 0 } {
+if { ![check_compiler_available] } {
     return
 }
 
This page took 0.026796 seconds and 4 git commands to generate.