Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2010-08-21 16:34:08 +0400
committercvs2svn <>2010-08-21 16:34:08 +0400
commit176d138c31622c500e25d5cedec8f2da4d0f69ae (patch)
treeddf372b6c18a03d918978454eb57457727e8652a /Makefile.in
parent906fab62843c8c32d812de2ea9cd509d75d05ab2 (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20100901
snapshot-20100901'. Sprout from gdb_7_2-branch 2010-07-06 12:56:25 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_7_2-branch'.' Cherrypick from master 2010-08-21 12:34:06 UTC Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 'Fix misquoting in stdint.m4.': ChangeLog Makefile.in Makefile.tpl config/ChangeLog config/stdint.m4 configure configure.ac include/elf/ChangeLog include/elf/internal.h include/elf/v850.h include/gdb/ChangeLog include/gdb/signals.def include/gdb/signals.h include/opcode/ChangeLog include/opcode/rx.h include/opcode/v850.h Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 22a77d261..3268a302b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -235,6 +235,7 @@ POSTSTAGE1_CXX_EXPORT = \
POSTSTAGE1_CXX_EXPORT = \
CXX="$(STAGE_CC_WRAPPER) $$r/$(HOST_SUBDIR)/prev-gcc/g++$(exeext) \
-B$$r/$(HOST_SUBDIR)/prev-gcc/ -B$(build_tooldir)/bin/ -nostdinc++ \
+ -B$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/src/.libs \
-I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include/$(TARGET_SUBDIR) \
-I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include \
-I$$s/libstdc++-v3/libsupc++ \