Remove sanitization of PowerPC NetWare
authorIan Lance Taylor <ian@airs.com>
Fri, 20 May 1994 18:25:30 +0000 (18:25 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 20 May 1994 18:25:30 +0000 (18:25 +0000)
ld/.Sanitize
ld/configure.in

index d2b4184..da8143e 100644 (file)
@@ -144,26 +144,4 @@ else
        done
 fi
 
-echo Looking for PowerPC NetWare...
-ppcfiles="configure.in"
-if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then
-       if [ -n "${verbose}" ] ; then
-               echo Keeping PowerPC NetWare stuff in $ppcfiles.
-       fi
-else
-       if [ -n "${verbose}" ]; then
-               echo -n Removing PowerPC NetWare in `pwd`:
-       fi
-       for f in $ppcfiles ; do
-               if [ -n "${verbose}" ] ; then
-                       echo -n " " $f
-               fi
-               sed '/start\-sanitize\-powerpc\-netware/,/end\-sanitize\-powerpc\-netware/d' < $f > new
-               if [ -n "${safe}" ] ; then
-                       mv $f .Recover
-               fi
-               mv new $f
-       done
-fi
-
 # End of file.
index 0dc6203..b1e49e8 100644 (file)
@@ -85,7 +85,6 @@ case "${targ}" in
   sh-*-*)              ld_target=coff-sh ;;
   m68k-sony-*)         ld_target=news ;;
   m68k-hp-bsd*)                ld_target=hp300bsd ;;
-  m68k-motorola-sysv*) ld_target=delta68 ;;
   m68*-*-aout)         ld_target=m68k ;;
   m68*-*-coff)         ld_target=m68k-coff ;;
   m68*-*-hpux)         ld_target=hp300hpux ;;
@@ -106,9 +105,7 @@ case "${targ}" in
   alpha-*-netware*)    ld_target=alpha ;;
   z8k-*-sim | z8k-*-coff) ld_target=z8ksim ;;
   powerpc-*-elf*)      ld_target=ppc-elf32 ;;
-#      start-sanitize-powerpc-netware
   powerpc-*-netware*)  ld_target=ppc-elf32 ;;
-#      end-sanitize-powerpc-netware
   *-*-aout)            ld_target=${target_cpu}-${target_vendor} ;;
   *-*-coff)            ld_target=${target_cpu}-${target_vendor} ;;
   *-*-netware)         ld_target=${target_cpu}-elf ;;
@@ -147,7 +144,7 @@ if [ x${all_targets} = xfalse ]; then
 
     # The emulations in all the configured targets.
     tb=`sed -n '
-    s/EMUL[    ]*=[    ]*\([^  ]*\)/em_\1.o/p
+    s/EMUL[    ]*=[    ]*\([^  ]*\)/e\1.o/p
     ' $allfrags`
     # uniq the list.
     f=""