This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] ld: Add a ',' after -Wl,--rpath


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9165f4548be8612161fb90cfad9bd0cc6a752c90

commit 9165f4548be8612161fb90cfad9bd0cc6a752c90
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Aug 8 20:01:28 2017 -0700

    ld: Add a ',' after -Wl,--rpath
    
    	* configure.ac (TESTBFDLIB): Add a ',' after -Wl,--rpath.
    	* configure: Regenerated.

Diff:
---
 ld/ChangeLog    | 5 +++++
 ld/configure    | 2 +-
 ld/configure.ac | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 65ddf6b..c1db121 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
 2017-08-08  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* configure.ac (TESTBFDLIB): Add a ',' after -Wl,--rpath.
+	* configure: Regenerated.
+
+2017-08-08  H.J. Lu  <hongjiu.lu@intel.com>
+
 	PR ld/21923
 	* configure.ac (TESTBFDLIB): Replace --rpath with -Wl,--rpath
 	for --disable-static.
diff --git a/ld/configure b/ld/configure
index f1d1f0e..d7f66f8 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
diff --git a/ld/configure.ac b/ld/configure.ac
index 9bada13..00080f8 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]