* Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 0a7593cbb9f0bb39fbb0431d8bbf5fe6b4d5f890..0e012f403f6f9dd6995445dfe09075488416cbb3 100644 (file)
@@ -7,6 +7,7 @@
 # following shell variables:
 #  targ_emul           name of linker emulation to use
 #  targ_extra_emuls    additional linker emulations to provide
+#  targ_extra_libpath  additional linker emulations using LIB_PATH
 #  targ_extra_ofiles   additional objects needed by the emulation
 
 targ_extra_emuls=
@@ -215,7 +216,8 @@ alpha*-*-netbsd*)   targ_emul=elf64alpha ;;
 z8k-*-coff)            targ_emul=z8002; targ_extra_emuls=z8001 ;;
 ns32k-pc532-mach* | ns32k-pc532-ux*)   targ_emul=pc532macha ;;
 ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
-powerpc-*-linux-gnu*)  targ_emul=elf32ppclinux; targ_extra_emuls=elf32ppc;;
+powerpc-*-linux-gnu*)  targ_emul=elf32ppclinux; targ_extra_emuls=elf32ppc;
+                       targ_extra_libpath=elf32ppc ;;
 powerpc-*-elf* | powerpc-*-eabi* | powerpc-*-sysv* \
   | powerpc-*-netbsd* | powerpc-*-vxworks*)
        targ_emul=elf32ppc ;;
This page took 0.024479 seconds and 4 git commands to generate.