mkfixinc.sh: Remove special case code for unsupported arm and hppa variants.
authorNathanael Nerode <neroden@gcc.gnu.org>
Thu, 28 Aug 2003 20:09:21 +0000 (20:09 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Thu, 28 Aug 2003 20:09:21 +0000 (20:09 +0000)
* fixinc/mkfixinc.sh: Remove special case code for unsupported
arm and hppa variants.

From-SVN: r70887

gcc/ChangeLog
gcc/fixinc/mkfixinc.sh

index 9cf3ee42d562a6e2354fd4bb742302fdda83400c..bedc139eb2d985b0c364985e2c637996302c6725 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 ff178b9b0d2108650454927829ae75fc09b4c40d..a85246d99627df7b9eba49d761e12fa17f8a8e14 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* | \