config.gcc: Don't use negated character class in shell case clause.
authorNathanael Nerode <neroden@gcc.gnu.org>
Fri, 29 Aug 2003 22:15:41 +0000 (22:15 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Fri, 29 Aug 2003 22:15:41 +0000 (22:15 +0000)
        * config.gcc: Don't use negated character class in shell case
        clause.

From-SVN: r70927

gcc/ChangeLog
gcc/config.gcc

index 78b415ccf992e5189aeb9bae7b5623da8e0c2791..4e7b04796d6becf978550f9456d417f9e1b46839 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+        * config.gcc: Don't use negated character class in shell case
+        clause.
+
 2003-08-29  Richard Henderson  <rth@redhat.com>
 
        * builtins.c (expand_builtin_constant_p): Check cse_not_expected here,
index 9174965b2b737d160da4019edb9147f3276c5fbc..3cee0ca773553ce065adb40c418c012ee146837c 100644 (file)
@@ -246,7 +246,7 @@ esac
 case $machine in
    alpha*-*-linux*libc1*               \
  | i[34567]86-sequent-sysv             \
- | i[34567]86-sequent-sysv[!4]*                \
+ | i[34567]86-sequent-sysv[123]*       \
  | i[34567]86-go32-*                   \
  | i[34567]86-*-go32*                  \
  | m68k-*-linux*aout*                  \