Commit 199c4ccc by Nathanael Nerode

mkfixinc.sh: Remove special case code for unsupported arm and hppa variants.

	* fixinc/mkfixinc.sh: Remove special case code for unsupported
	arm and hppa variants.

From-SVN: r70887
parent 98ff7c4d
2003-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
* fixinc/mkfixinc.sh: Remove special case code for unsupported
arm and hppa variants.
2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtin-types.def (BT_FN_INT_FLOAT, BT_FN_INT_DOUBLE,
......
......@@ -47,15 +47,9 @@ case $machine in
;;
alpha*-dec-*vms* | \
arm-semi-aout | \
armel-semi-aout | \
arm-semi-aof | \
armel-semi-aof | \
hppa1.1-*-osf* | \
hppa1.0-*-osf* | \
hppa1.1-*-bsd* | \
hppa1.0-*-bsd* | \
hppa*-*-lites* | \
i370-*-openedition | \
i?86-moss-msdos* | \
i?86-*-moss* | \
......
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