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:
parent
0dcd384087
commit
2d3359eba6
2 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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* \
|
||||
|
|
Loading…
Add table
Reference in a new issue