aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-18 20:07:36 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-18 20:07:36 +0000
commit7925f4d4b961429f6cb9d68d54491c60e907b588 (patch)
treedebb839c1ba25acc500c3579a198301c61641614
parent9e2ef09802236b555b4de1d706e2e8cce095b885 (diff)
downloadgdb-7925f4d4b961429f6cb9d68d54491c60e907b588.zip
gdb-7925f4d4b961429f6cb9d68d54491c60e907b588.tar.gz
gdb-7925f4d4b961429f6cb9d68d54491c60e907b588.tar.bz2
* configure.in: Check for 'do not mix' from native linker before
trying to use -rpath. * configure: Rebuild.
-rw-r--r--gas/ChangeLog6
-rwxr-xr-xgas/configure2
-rw-r--r--gas/configure.in2
-rw-r--r--gprof/ChangeLog6
-rwxr-xr-xgprof/configure2
-rw-r--r--gprof/configure.in2
6 files changed, 20 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4fb1b80..66a723a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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).
diff --git a/gas/configure b/gas/configure
index c88acf3..d44f883 100755
--- a/gas/configure
+++ b/gas/configure
@@ -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
diff --git a/gas/configure.in b/gas/configure.in
index 6805496..424e898 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -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
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 0e1fe78..adb42a6 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -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.
diff --git a/gprof/configure b/gprof/configure
index c702138..55d2737 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -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
diff --git a/gprof/configure.in b/gprof/configure.in
index 8da8b86..8c13db3 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -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