diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 81a061f70c1f8d9131aa570a86a4f2804400f761..94ff015020b77ce61f3eb9027660bbbb3419eacb 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -526,7 +526,7 @@ proc test_build_id_debuglink {} { } set CFLAGS_FOR_TARGET "-g -Wl,--build-id=0x12345678abcdef01" - if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog exectuable debug] != "" } { + if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog executable debug] != "" } { unsupported "$test (build)" return }