Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262912
Collapse All | Expand All

(-)gcc-4.3.3/libstdc++-v3/include/Makefile.am.orig (-1 / +1 lines)
Lines 1084-1090 Link Here
1084
# Build a precompiled TR1 include, stdtr1c++.h.gch/O2.gch
1084
# Build a precompiled TR1 include, stdtr1c++.h.gch/O2.gch
1085
${pch2_output}: ${pch2_source} ${pch1_output}
1085
${pch2_output}: ${pch2_source} ${pch1_output}
1086
	-mkdir -p ${pch2_output_builddir}
1086
	-mkdir -p ${pch2_output_builddir}
1087
	$(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch2_source} -o $@
1087
	$(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -nostdinc++ -O2 -g  ${pch2_source} -o $@
1088
1088
1089
# Build a precompiled extension include, extc++.h.gch/O2.gch
1089
# Build a precompiled extension include, extc++.h.gch/O2.gch
1090
${pch3_output}: ${pch3_source} ${pch2_output}
1090
${pch3_output}: ${pch3_source} ${pch2_output}
(-)gcc-4.3.3/libstdc++-v3/include/Makefile.in.orig (-1 / +1 lines)
Lines 1475-1481 Link Here
1475
# Build a precompiled TR1 include, stdtr1c++.h.gch/O2.gch
1475
# Build a precompiled TR1 include, stdtr1c++.h.gch/O2.gch
1476
${pch2_output}: ${pch2_source} ${pch1_output}
1476
${pch2_output}: ${pch2_source} ${pch1_output}
1477
	-mkdir -p ${pch2_output_builddir}
1477
	-mkdir -p ${pch2_output_builddir}
1478
	$(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch2_source} -o $@
1478
	$(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -nostdinc++ -O2 -g ${pch2_source} -o $@
1479
1479
1480
# Build a precompiled extension include, extc++.h.gch/O2.gch
1480
# Build a precompiled extension include, extc++.h.gch/O2.gch
1481
${pch3_output}: ${pch3_source} ${pch2_output}
1481
${pch3_output}: ${pch3_source} ${pch2_output}

Return to bug 262912