mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 13:53:29 +08:00
ld: Add a ',' after -Wl,--rpath
* configure.ac (TESTBFDLIB): Add a ',' after -Wl,--rpath. * configure: Regenerated.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2017-08-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/21923
|
PR ld/21923
|
||||||
|
2
ld/configure
vendored
2
ld/configure
vendored
@ -17298,7 +17298,7 @@ EMULATION_LIBPATH=$all_libpath
|
|||||||
|
|
||||||
|
|
||||||
if test x${enable_static} = xno; then
|
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
|
else
|
||||||
TESTBFDLIB="../bfd/.libs/libbfd.a"
|
TESTBFDLIB="../bfd/.libs/libbfd.a"
|
||||||
fi
|
fi
|
||||||
|
@ -470,7 +470,7 @@ EMULATION_LIBPATH=$all_libpath
|
|||||||
AC_SUBST(EMULATION_LIBPATH)
|
AC_SUBST(EMULATION_LIBPATH)
|
||||||
|
|
||||||
if test x${enable_static} = xno; then
|
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
|
else
|
||||||
TESTBFDLIB="../bfd/.libs/libbfd.a"
|
TESTBFDLIB="../bfd/.libs/libbfd.a"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user