* configure.host: Correct dynamic-linker for powerpc64 hosts.
This commit is contained in:
parent
4a1359d7a7
commit
08a1b063ad
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2002-11-30 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* configure.host: Correct dynamic-linker for powerpc64 hosts.
|
||||
|
||||
* Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
|
|
|
@ -184,6 +184,10 @@ m88*-motorola-sysv3)
|
|||
HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi`'
|
||||
;;
|
||||
|
||||
powerpc64*-*-linux-gnu*)
|
||||
HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib64/ld64.so.1,"`
|
||||
;;
|
||||
|
||||
powerpc*-*-linux-gnu*)
|
||||
HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib/ld.so.1,"`
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue