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
This commit is contained in:
Nathanael Nerode 2003-08-28 20:09:21 +00:00
parent 98ff7c4dc1
commit 199c4ccc89
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
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,

View File

@ -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* | \