aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-08-29 22:15:41 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-08-29 22:15:41 +0000
commit2d3359eba66229b4f0c0f14fb69a0922bdb29620 (patch)
treea026dd622319edc8b2b83e7f2d5f90228f38e8a0 /gcc/config.gcc
parent0dcd384087e472506271ad99529e11c1a3f8382d (diff)
downloadgcc-2d3359eba66229b4f0c0f14fb69a0922bdb29620.zip
gcc-2d3359eba66229b4f0c0f14fb69a0922bdb29620.tar.gz
gcc-2d3359eba66229b4f0c0f14fb69a0922bdb29620.tar.bz2
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 9174965..3cee0ca 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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* \