aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-08 20:01:28 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-08 20:01:28 -0700
commit9165f4548be8612161fb90cfad9bd0cc6a752c90 (patch)
tree2d01220c331d3f42ecd91adb8dce018f034c506a /ld/configure
parentAutomatic date update in version.in (diff)
downloadbinutils-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')
-rwxr-xr-xld/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure
index f1d1f0e9e86..d7f66f8cdc7 100755
--- a/ld/configure
+++ b/ld/configure
@@ -17298,7 +17298,7 @@ EMULATION_LIBPATH=$all_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