Commit 2d3359eb by Nathanael Nerode

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
parent 0dcd3840
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> 2003-08-29 Richard Henderson <rth@redhat.com>
* builtins.c (expand_builtin_constant_p): Check cse_not_expected here, * builtins.c (expand_builtin_constant_p): Check cse_not_expected here,
......
...@@ -246,7 +246,7 @@ esac ...@@ -246,7 +246,7 @@ esac
case $machine in case $machine in
alpha*-*-linux*libc1* \ alpha*-*-linux*libc1* \
| i[34567]86-sequent-sysv \ | 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-* \
| i[34567]86-*-go32* \ | i[34567]86-*-go32* \
| m68k-*-linux*aout* \ | m68k-*-linux*aout* \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment