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
This commit is contained in:
parent
d119e83e64
commit
8e3a7070fe
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* config.gcc: Narrow unsupported target match to avoid clobbering
|
||||
i?86-sequent-sysv4*.
|
||||
|
||||
2003-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* builtins.c (mathfn_built_in): Handle new math builtins.
|
||||
|
|
|
@ -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* \
|
||||
|
|
Loading…
Add table
Reference in a new issue