mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
Makefile.am: Properly quote /both/ LD_RUN_PATHs.
2003-05-11 Phil Edwards <pme@gcc.gnu.org> * testsuite/Makefile.am: Properly quote /both/ LD_RUN_PATHs. * testsuite/Makefile.in: Regenerate. From-SVN: r66706
This commit is contained in:
parent
faa302172b
commit
d7d89a5816
@ -1,3 +1,8 @@
|
||||
2003-05-11 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* testsuite/Makefile.am: Properly quote /both/ LD_RUN_PATHs.
|
||||
* testsuite/Makefile.in: Regenerate.
|
||||
|
||||
2003-05-11 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* testsuite/Makefile.am: Properly quote LD_RUN_PATH.
|
||||
|
@ -41,7 +41,7 @@ RUNTESTFLAGS =
|
||||
CXX_build = @glibcpp_CXX@
|
||||
CXX=`echo "$(CXX_build)" | sed 's,gcc/xgcc ,gcc/g++ ,'`
|
||||
CXXLINK = \
|
||||
LD_RUN_PATH=$${LD_RUN_PATH:+$LD_RUN_PATH:}${glibcpp_builddir}/src/.libs\
|
||||
LD_RUN_PATH=$${LD_RUN_PATH:+$$LD_RUN_PATH:}${glibcpp_builddir}/src/.libs\
|
||||
$(LIBTOOL) --tag=CXX --mode=link $(CXX) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
|
||||
|
||||
|
@ -158,7 +158,7 @@ RUNTESTFLAGS =
|
||||
|
||||
CXX_build = @glibcpp_CXX@
|
||||
CXX = `echo "$(CXX_build)" | sed 's,gcc/xgcc ,gcc/g++ ,'`
|
||||
CXXLINK = LD_RUN_PATH=$${LD_RUN_PATH:+$LD_RUN_PATH:}${glibcpp_builddir}/src/.libs $(LIBTOOL) --tag=CXX --mode=link $(CXX) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
|
||||
CXXLINK = LD_RUN_PATH=$${LD_RUN_PATH:+$$LD_RUN_PATH:}${glibcpp_builddir}/src/.libs $(LIBTOOL) --tag=CXX --mode=link $(CXX) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
|
||||
|
||||
|
||||
INCLUDES = -nostdinc++ @GLIBCPP_INCLUDES@ @LIBSUPCXX_INCLUDES@ @TOPLEVEL_INCLUDES@
|
||||
|
Loading…
Reference in New Issue
Block a user