config.gcc: Don't use negated character class in shell case clause.

* config.gcc: Don't use negated character class in shell case
        clause.

From-SVN: r70927
This commit is contained in:
Nathanael Nerode 2003-08-29 22:15:41 +00:00
parent 0dcd384087
commit 2d3359eba6
2 changed files with 6 additions and 1 deletions

View 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,

View 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* \