]> Git Repo - binutils.git/blobdiff - ld/configure.ac
ld: Replace --rpath with -Wl,--rpath
[binutils.git] / ld / configure.ac
index 99d127bd11b367721478158a5f22f470f20fdbcd..9bada13208928cf38561617d88e49ff57a8cd1f8 100644 (file)
@@ -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
This page took 0.02583 seconds and 4 git commands to generate.