[committed, PATCH] PR ld/21923: Replace --rpath with -Wl,--rpath
Alan Modra
amodra@gmail.com
Tue Aug 8 22:39:00 GMT 2017
On Tue, Aug 08, 2017 at 02:17:05PM -0700, H.J. Lu wrote:
> --- a/ld/configure.ac
> +++ b/ld/configure.ac
> @@ -470,7 +470,7 @@ EMULATION_LIBPATH=$all_libpath
> AC_SUBST(EMULATION_LIBPATH)
>
> if test x${enable_static} = xno; then
> - TESTBFDLIB="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
> + TESTBFDLIB="-Wl,--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
> else
> TESTBFDLIB="../bfd/.libs/libbfd.a"
> fi
Does that actually work? I thought you needed to write -Wl options
without the spaces..
TESTBFDLIB="-Wl,--rpath,../bfd/.libs,../bfd/.libs/libbfd.so"
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list