diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-08-28 20:09:21 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-08-28 20:09:21 +0000 |
commit | 199c4ccc890f9b69cee77caf0d7025cfebc4ed55 (patch) | |
tree | b86877cad17033decc57b4a6f2f5187f32ed8dd2 /gcc/fixinc | |
parent | 98ff7c4dc1a08e4990a20268adaf934c805af6f9 (diff) | |
download | gcc-199c4ccc890f9b69cee77caf0d7025cfebc4ed55.zip gcc-199c4ccc890f9b69cee77caf0d7025cfebc4ed55.tar.gz gcc-199c4ccc890f9b69cee77caf0d7025cfebc4ed55.tar.bz2 |
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
Diffstat (limited to 'gcc/fixinc')
-rwxr-xr-x | gcc/fixinc/mkfixinc.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/fixinc/mkfixinc.sh b/gcc/fixinc/mkfixinc.sh index ff178b9..a85246d 100755 --- a/gcc/fixinc/mkfixinc.sh +++ b/gcc/fixinc/mkfixinc.sh @@ -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* | \ |