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

gas/ChangeLog
gas/configure
gas/configure.in
gprof/ChangeLog
gprof/configure
gprof/configure.in

index 4fb1b80..66a723a 100644 (file)
@@ -1,3 +1,9 @@
+Sun Feb 18 15:03:50 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Check for 'do not mix' from native linker before
+       trying to use -rpath.
+       * configure: Rebuild.
+
 Fri Feb 16 16:53:31 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
index c88acf3..d44f883 100755 (executable)
@@ -2151,6 +2151,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
index 6805496..424e898 100644 (file)
@@ -652,6 +652,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
index 0e1fe78..adb42a6 100644 (file)
@@ -1,3 +1,9 @@
+Sun Feb 18 15:06:18 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Check for 'do not mix' from native linker before
+       trying to use -rpath.
+       * configure: Rebuild.
+
 Tue Feb 13 15:32:53 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
index c702138..55d2737 100755 (executable)
@@ -787,6 +787,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
index 8da8b86..8c13db3 100644 (file)
@@ -75,6 +75,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