aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-08-29 17:32:19 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-08-29 17:32:19 +0000
commit8e3a7070fe9e6f2f71f17c2f0a22dc0c8368275c (patch)
tree7ccc13ef78f9c934dd7b997378533470d34601d1 /gcc/config.gcc
parentd119e83e64a68e1e920e16b1ca5c9e26e373cfee (diff)
downloadgcc-8e3a7070fe9e6f2f71f17c2f0a22dc0c8368275c.zip
gcc-8e3a7070fe9e6f2f71f17c2f0a22dc0c8368275c.tar.gz
gcc-8e3a7070fe9e6f2f71f17c2f0a22dc0c8368275c.tar.bz2
config.gcc: Narrow unsupported target match to avoid clobbering i?86-sequent-sysv4*.
* config.gcc: Narrow unsupported target match to avoid clobbering i?86-sequent-sysv4*. From-SVN: r70914
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 70ce27e..5df608e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -245,7 +245,8 @@ esac
# should be in alphabetical order.
case $machine in
alpha*-*-linux*libc1* \
- | i[34567]86-sequent-sysv* \
+ | i[34567]86-sequent-sysv \
+ | i[34567]86-sequent-sysv[!4]* \
| i[34567]86-go32-* \
| i[34567]86-*-go32* \
| m68k-*-linux*aout* \