config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / enum6.C
index 7be0cd868cc1723d52947b9c86457872f344fd43..97bc2bafebb0a404c121f66a577a0af91e1ca6da 100644 (file)
@@ -7,10 +7,10 @@
 // enum-size attributes should only be emitted if there are values of
 // enum type that can escape the compilation unit, gcc cannot currently
 // detect this; if this facility is added then this linker option should
-// not be needed.  arm-*-linux*eabi should be a good approximation to
+// not be needed.  arm-*-linux* should be a good approximation to
 // those platforms where the EABI supplement defines enum values to be
 // 32 bits wide.
-// { dg-options "-fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux*eabi } }
+// { dg-options "-fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux* } }
 
 #include <limits.h>