aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2009-09-22 21:38:25 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2009-09-22 21:38:25 +0000
commit03261b6da212a10a0e911f1f6895f04b0dc5780f (patch)
treeb58f14090d1a588bb30445598b9adce174b9c401 /Makefile.tpl
parent41e7ac516e3f7976d062290bad1dcf25449f69b3 (diff)
downloadgcc-03261b6da212a10a0e911f1f6895f04b0dc5780f.zip
gcc-03261b6da212a10a0e911f1f6895f04b0dc5780f.tar.gz
gcc-03261b6da212a10a0e911f1f6895f04b0dc5780f.tar.bz2
Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2009-09-22 Loren J. Rittle <ljrittle@acm.org> * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/. * Makefile.in: Rebuilt. From-SVN: r152050
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 6c63d95..28ac987 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$$r/$(srcdir)/libstdc++-v3/libsupc++ \
+ -I$(srcdir)/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; \