* fixinc/mkfixinc.sh: Remove special case code for unsupported
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2003 20:09:21 +0000 (20:09 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2003 20:09:21 +0000 (20:09 +0000)
arm and hppa variants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70887 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/mkfixinc.sh

index 9cf3ee4..bedc139 100644 (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,
index ff178b9..a85246d 100755 (executable)
@@ -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* | \