* configure.host: Check for 'do not mix' from native linker before
authorIan Lance Taylor <ian@airs.com>
Sun, 18 Feb 1996 20:06:40 +0000 (20:06 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 18 Feb 1996 20:06:40 +0000 (20:06 +0000)
trying to use -rpath.

bfd/ChangeLog
bfd/configure.host
ld/ChangeLog
ld/configure.host

index d059edd..b9e39cc 100644 (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.
index a7150c5..320faa4 100644 (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
index 96e420a..ae0be07 100644 (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
index 2e74df7..a05f20b 100644 (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