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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index d7e34a7..f42b51f 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -260,7 +260,7 @@ ldemul-list.h: Makefile # These all start with e so 'make clean' can find them. -GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} @host@ @target@ @target_alias@ ${EMUL} "@NATIVE_LIB_DIRS@" +GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" GEN_DEPENDS = $(srcdir)/genscripts.sh $(srcdir)/emultempl/stringify.sed @TDIRS@ |