From 8e3a7070fe9e6f2f71f17c2f0a22dc0c8368275c Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Fri, 29 Aug 2003 17:32:19 +0000 Subject: 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 --- gcc/config.gcc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/config.gcc') 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* \ -- cgit v1.1