Commit 8e3a7070 by Nathanael Nerode

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
parent d119e83e
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* \
......
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