aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2009-10-01 23:14:35 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2009-10-01 23:14:35 +0000
commit0ecdd2aae98b931eb50dff3c8013a1b7adcfaa95 (patch)
tree68fa74a4e661c930a43361cfa4bcd89b9152d9f7 /Makefile.tpl
parent0a5a37d431341768dac49c74016dceded06c6140 (diff)
downloadgcc-0ecdd2aae98b931eb50dff3c8013a1b7adcfaa95.zip
gcc-0ecdd2aae98b931eb50dff3c8013a1b7adcfaa95.tar.gz
gcc-0ecdd2aae98b931eb50dff3c8013a1b7adcfaa95.tar.bz2
Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than $(srcdir).
2009-10-01 Loren J. Rittle <ljrittle@acm.org> Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than $(srcdir). * Makefile.in: Rebuilt. Co-Authored-By: Paolo Bonzini <bonzini@gnu.org> From-SVN: r152387
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 28ac987..476cd5d 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -238,7 +238,7 @@ POSTSTAGE1_HOST_EXPORTS = \
-B$$r/$(HOST_SUBDIR)/prev-gcc/ -B$(build_tooldir)/bin/ -nostdinc++ \
-I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include/$(TARGET_SUBDIR) \
-I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include \
- -I$(srcdir)/libstdc++-v3/libsupc++ \
+ -I$$s/libstdc++-v3/libsupc++ \
-L$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/src/.libs"; export CXX; \
CXX_FOR_BUILD="$$CXX"; export CXX_FOR_BUILD; \
GNATBIND="$$r/$(HOST_SUBDIR)/prev-gcc/gnatbind"; export GNATBIND; \