diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-18 20:07:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-18 20:07:36 +0000 |
commit | 7925f4d4b961429f6cb9d68d54491c60e907b588 (patch) | |
tree | debb839c1ba25acc500c3579a198301c61641614 /gprof/configure | |
parent | 9e2ef09802236b555b4de1d706e2e8cce095b885 (diff) | |
download | gdb-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.
Diffstat (limited to 'gprof/configure')
-rwxr-xr-x | gprof/configure | 2 |
1 files changed, 2 insertions, 0 deletions
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 |