* 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 4fb1b80489c05b2d5552bed4f95841bec5d454a0..66a723a4cd5ac21a1b31b7c6ac39406b915c31e5 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 c88acf3ed6227d6234d64696069cfcd327637751..d44f883d6d6e120045f396ec7ea3a432958ecdb1 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 68054961ecce1308a47726d3768cc25383f49364..424e8989dc87ba56126732dbcea20f79e40155b9 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 0e1fe783765d1f09b16a6c8781a638932da4bee1..adb42a6491d2e5fc2e0a1bf0659b2c295fb2923d 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 c702138ca23ebe3344ca18d5fda49f5205f8468d..55d27371881213652169ca6006341440135bc7c5 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 8da8b86702f2fdf5b6a122ccfaf53d3aefca04d1..8c13db357387e6779da76a9131910789801ae0e7 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
This page took 0.03259 seconds and 4 git commands to generate.