diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-08 20:01:28 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-08 20:01:28 -0700 |
commit | 9165f4548be8612161fb90cfad9bd0cc6a752c90 (patch) | |
tree | 2d01220c331d3f42ecd91adb8dce018f034c506a /ld/configure.ac | |
parent | Automatic date update in version.in (diff) | |
download | binutils-gdb-9165f4548be8612161fb90cfad9bd0cc6a752c90.tar.gz binutils-gdb-9165f4548be8612161fb90cfad9bd0cc6a752c90.tar.bz2 binutils-gdb-9165f4548be8612161fb90cfad9bd0cc6a752c90.zip |
ld: Add a ',' after -Wl,--rpath
* configure.ac (TESTBFDLIB): Add a ',' after -Wl,--rpath.
* configure: Regenerated.
Diffstat (limited to 'ld/configure.ac')
-rw-r--r-- | ld/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.ac b/ld/configure.ac index 9bada132089..00080f85fd3 100644 --- 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="-Wl,--rpath ../bfd/.libs ../bfd/.libs/libbfd.so" + TESTBFDLIB="-Wl,--rpath,../bfd/.libs ../bfd/.libs/libbfd.so" else TESTBFDLIB="../bfd/.libs/libbfd.a" fi |