From eb8f714f21836550770d93d6a7d22513ee321d37 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 20 May 1994 18:25:30 +0000 Subject: [PATCH] Remove sanitization of PowerPC NetWare --- ld/.Sanitize | 22 ---------------------- ld/configure.in | 5 +---- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/ld/.Sanitize b/ld/.Sanitize index d2b4184167..da8143ea90 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -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. diff --git a/ld/configure.in b/ld/configure.in index 0dc6203dd0..b1e49e8c32 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -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=""