* 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 d059eddcec1ec4ebbb04506d4d2d2e84c6c9e0b3..b9e39cc1ebc6d97902eb6c042c905ce73efe5ea6 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 a7150c53e7b4046be0124b40332bcfc8b25ef0e2..320faa4df71d3f8e155cf06fa5876114506589c9 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 96e420a423bce2b37ef9bd478c27699704ee34dd..ae0be0718b4917f965dcf34691e05185af739e5d 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 2e74df7df7a478d0cbd6b11cce917b844c1e2d81..a05f20b6bd8e4643873667d9120b7e0c957cda3f 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