restore old algorighm for char_macro_*_fix routines
authorBruce Korb <korbb@gcc.gnu.org>
Tue, 30 May 2000 20:55:50 +0000 (20:55 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Tue, 30 May 2000 20:55:50 +0000 (20:55 +0000)
From-SVN: r34273

gcc/fixinc/fixincl.x

index ab5a38c..9b79578 100644 (file)
@@ -4499,9 +4499,9 @@ tSCC zUnixware7_Byteorder_FixList[] =
  */
 tSCC* apzUnixware7_Byteorder_FixMachs[] = {
         "*-*-sysv4*",
-        "i[34567]86-*-sysv5*",
-        "i[34567]86-*-udk*",
-        "i[34567]86-*-solaris2.[0-4]",
+        "i?86-*-sysv5*",
+        "i?86-*-udk*",
+        "i?86-*-solaris2.[0-4]",
         "powerpcle-*-solaris2.[0-4]",
         "sparc-*-solaris2.[0-4]",
         (const char*)NULL };