OSDN Git Service

2004-07-04 Matthias Klose <doko@debian.org>
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / mkfixinc.sh
index e8d176f..a3700cc 100755 (executable)
@@ -35,64 +35,24 @@ esac
 
 # Check for special fix rules for particular targets
 case $machine in
-    i?86-*-sysv4.2uw2* )
-        ;;
-
-    *-*-sysv4* )
-        fixincludes=fixinc.svr4
-        ;;
-
-    i?86-*-interix* | \
-    alpha-*-interix*)
-        fixincludes=fixinc.interix
-        ;;
-
-    i?86-*-openbsd*)
-        fixincludes=fixinc.wrap
-        ;;
-
-    alpha*-*-winnt* | \
-    i?86-*-winnt3*)
-        fixincludes=fixinc.winnt
-        ;;
-
-    i?86-sequent-ptx* | i?86-sequent-sysv[34]*)
-        fixincludes=fixinc.ptx
-        ;;
-
-    *-vxworks*)
-        fixincludes=fixinc.copy
-        ;;
-
     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* | \
-    i?86-*-win32 | \
     i?86-*-pe | \
     i?86-*-cygwin* | \
     i?86-*-mingw32* | \
     i?86-*-uwin* | \
+    i?86-*-interix* | \
     powerpc-*-eabiaix* | \
     powerpc-*-eabisim* | \
     powerpc-*-eabi*    | \
     powerpc-*-rtems*   | \
     powerpcle-*-eabisim* | \
-    powerpcle-*-eabi*  | \
-    powerpcle-*-winnt* | \
-    powerpcle-*-pe | \
-    powerpcle-*-cygwin* | \
-    thumb-*-coff* | \
-    thumbel-*-coff* )
+    powerpcle-*-eabi* )
         #  Don't do any fixing.
         #
         fixincludes=
@@ -109,17 +69,6 @@ then
     exit 0
 fi
 
-#  IF the fixer is supplied in our source directory,
-#  THEN copy that into place
-#
-if test -f ${srcdir}/"${fixincludes}"
-then
-    echo copying ${srcdir}/$fixincludes to ${target}
-    cp ${srcdir}/$fixincludes ${target}
-    chmod 755 ${target}
-    exit 0
-fi
-
 #  OK.  We gotta make the thing.
 #  make and install either the binary or the default script