diff options
-rw-r--r-- | gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp b/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp index 460d5fd..2b29180 100644 --- a/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp +++ b/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp @@ -19,7 +19,7 @@ if { ![is_elf_format] } then { } # common tests -if { ([istarget "x86_64-*-*"]) } then { +if { ([istarget "x86_64-*-*"] && ![istarget "x86_64-*-linux*-gnux32"]) } then { global ASFLAGS set old_ASFLAGS "$ASFLAGS" |