mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* configure.in: Make sure we only replace RPATH_ENVVAR on
lines which begin with RPATH_ENVVAR, i.e. add "^" to the regexp to sed. * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down to sub-makes.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Make sure we only replace RPATH_ENVVAR on
|
||||||
|
lines which begin with RPATH_ENVVAR, i.e. add "^" to the
|
||||||
|
regexp to sed.
|
||||||
|
|
||||||
|
* Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
|
||||||
|
to sub-makes.
|
||||||
|
|
||||||
1998-01-13 Lee Iverson (leei@ai.sri.com)
|
1998-01-13 Lee Iverson (leei@ai.sri.com)
|
||||||
|
|
||||||
* config-ml.in (multi-do): LDFLAGS must include multilib
|
* config-ml.in (multi-do): LDFLAGS must include multilib
|
||||||
|
@ -1021,7 +1021,7 @@ if [ "${shared}" = "yes" ]; then
|
|||||||
|
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-hpux*)
|
*-*-hpux*)
|
||||||
sed -e 's/RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
|
sed -e 's/^RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
|
||||||
Makefile > Makefile.tem
|
Makefile > Makefile.tem
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
mv -f Makefile.tem Makefile
|
mv -f Makefile.tem Makefile
|
||||||
|
Reference in New Issue
Block a user