]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/testsuite/gas/i386/i386.exp
x86: bring "gas --help" output for --32 etc in sync with reality
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i386 / i386.exp
index 8f41778034c5a1897c6b52c11df1a37e1d919952..1e0a363a803b5c667cb23941d685dedcaeb3579a 100644 (file)
@@ -41,7 +41,7 @@ proc gas_bfd64_check { } {
     global AS
 
     set status [gas_host_run "$AS --help" ""]
-    return [regexp "32bit/64bit/x32" [lindex $status 1]];
+    return [regexp "32bit/64bit" [lindex $status 1]];
 }
 
 if [gas_32_check] then {