From edc314c902175ffd58cb9b2842dd69e1131b92a1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 25 Mar 2010 22:49:44 +0000 Subject: [PATCH] PR ld/11426 * configure.host (many linux targets ): Remove edits. (m68*-motorola-sysv ): Use here doc, not echo. --- ld/ChangeLog | 6 ++++++ ld/configure.host | 50 ++++---------------------------------------------- 2 files changed, 10 insertions(+), 46 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 572610b..a604b21 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2010-03-26 Alan Modra + + PR ld/11426 + * configure.host (many linux targets ): Remove edits. + (m68*-motorola-sysv ): Use here doc, not echo. + 2010-03-25 Joseph Myers * Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and diff --git a/ld/configure.host b/ld/configure.host index a6b1da3..3e88c27 100644 --- a/ld/configure.host +++ b/ld/configure.host @@ -85,12 +85,8 @@ case "${host}" in # No further tweaking needed ;; -am33_2.0-*-linux*) - HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]\*,ld-linux,g"` - ;; - arm*-*-linux-*) - HOSTING_CRT0='-p '`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]\*,ld-linux,g"` + HOSTING_CRT0='-p '"$HOSTING_CRT0" ;; hppa*64*-*-hpux11*) @@ -153,10 +149,6 @@ i[3-7]86-*-mingw*) HOSTING_LIBS='-L/mingw/lib -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -lmingw32 -lmoldname -lmingwex -lmsvcrt `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`' ;; -ia64-*-linux-*) - HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]*\*,ld-linux-ia64,g"` - ;; - mips*-sgi-irix4* | mips*-sgi-irix5*) HOSTING_CRT0=/usr/lib/crt1.o HOSTING_LIBS="$HOSTING_LIBS"' /usr/lib/crtn.o' @@ -167,17 +159,11 @@ mips*-sgi-irix6*) HOSTING_LIBS='-L/usr/lib32 '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o ; else ${CC} -print-file-name=crtend.o; fi` /usr/lib32/crtn.o -init __do_global_ctors -fini __do_global_dtors' ;; -mips*-*-linux-*) - HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`specs.*\"\\\`,/lib/ld.so.1,"` - ;; - -m68*-*-linux-*) - HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`specs.*\"\\\`,/lib/ld.so.1,"` - ;; - m68*-motorola-sysv) HOSTING_CRT0='`if [ -f ../gcc/crt0.o ]; then echo ../gcc/crt0.o; elif [ -f \`${CC} -print-file-name=\`crt0.o ]; then echo \`${CC} -print-file-name=\`crt0.o; else echo /lib/crt0.o; fi`' - HOSTING_LIBS=`echo "$HOSTING_LIBS" | sed -e "s,-lc,-lc881,"` + HOSTING_LIBS=`sed -e 's,-lc,-lc881,' <