diff options
author | Richard Henderson <rth@redhat.com> | 1999-06-18 15:25:45 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-06-18 15:25:45 +0000 |
commit | 3336653ad1da47adcdcadf5ac5062dac9ac1b243 (patch) | |
tree | 55306c388ca37dbed41e6275dba4065353829b2b /ld/configure.tgt | |
parent | 49863f82f0726f95d341c35001794e12659d39f7 (diff) | |
download | gdb-3336653ad1da47adcdcadf5ac5062dac9ac1b243.zip gdb-3336653ad1da47adcdcadf5ac5062dac9ac1b243.tar.gz gdb-3336653ad1da47adcdcadf5ac5062dac9ac1b243.tar.bz2 |
* Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.
* configure.in (all_emuls): Add targ_extra_libpath.
(all_libpath, EMULATION_LIBPATH): Define.
* configure.tgt (powerpc-*-linux-gnu*): Define targ_extra_libpath.
* genscripts.sh (LIB_PATH): Define if emulation in EMULATION_LIBPATH.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 0a7593c..0e012f4 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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 ;; |