diff options
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 372332b..6805496 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -619,11 +619,13 @@ GAS_CHECK_DECL_NEEDED(errno, f, int f, [ ]) HLDFLAGS= +RPATH_ENVVAR=LD_LIBRARY_PATH # If we have shared libraries, try to set rpath reasonably. if test "${shared}" = "true"; then case "${host}" in *-*-hpux*) HLDFLAGS='-Wl,+s,+b,$(libdir)' + RPATH_ENVVAR=SHLIB_PATH ;; *-*-irix5*) HLDFLAGS='-Wl,-rpath,$(libdir)' @@ -659,6 +661,7 @@ case "${host}" in ;; esac AC_SUBST(HLDFLAGS) +AC_SUBST(RPATH_ENVVAR) dnl This must come last. AC_OUTPUT(Makefile doc/Makefile .gdbinit:gdbinit.in) |