* configure.host: Check for 'do not mix' from native linker before

trying to use -rpath.
This commit is contained in:
Ian Lance Taylor 1996-02-18 20:06:40 +00:00
parent 1d6afd7fc1
commit 9e2ef09802
4 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sun Feb 18 15:02:25 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.host: Check for 'do not mix' from native linker before
trying to use -rpath.
Fri Feb 16 12:46:18 1996 Ian Lance Taylor <ian@cygnus.com>
* bfd.c (_bfd_get_gp_value): New function.

View File

@ -113,6 +113,8 @@ case "${host}" in
:
elif grep 'No such file' conftest.t >/dev/null 2>&1; then
:
elif grep 'do not mix' conftest.t >/dev/null 2>&1; then
:
elif [ "${shared}" = "true" ]; then
HLDFLAGS='-Wl,-rpath=$(libdir)'
else

View File

@ -1,3 +1,8 @@
Sun Feb 18 15:05:17 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.host: Check for 'do not mix' from native linker before
trying to use -rpath.
Thu Feb 15 13:58:06 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Remove explicit substitution of CFLAGS; autoconf

View File

@ -162,6 +162,8 @@ case "${host}" in
:
elif grep 'No such file' conftest.t >/dev/null 2>&1; then
:
elif grep 'do not mix' conftest.t >/dev/null 2>&1; then
:
elif test "${shared}" = "true"; then
HLDFLAGS='-Wl,-rpath=$(libdir)'
else