From 7925f4d4b961429f6cb9d68d54491c60e907b588 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 18 Feb 1996 20:07:36 +0000 Subject: * configure.in: Check for 'do not mix' from native linker before trying to use -rpath. * configure: Rebuild. --- gprof/ChangeLog | 6 ++++++ gprof/configure | 2 ++ gprof/configure.in | 2 ++ 3 files changed, 10 insertions(+) (limited to 'gprof') 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 + + * 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 * 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 -- cgit v1.1