re PR libstdc++/40974 (cannot build gcc-4.4.1: fenv_t has not been declared)
2010-09-02 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/40974 * include/Makefile.am: Add -nostdinc++ to PCHFLAGS. * include/Makefile.in: Regenerate. From-SVN: r163777
This commit is contained in:
parent
bc98ed6016
commit
6f0546801a
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-09-02 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/40974
|
||||
* include/Makefile.am: Add -nostdinc++ to PCHFLAGS.
|
||||
* include/Makefile.in: Regenerate.
|
||||
|
||||
2010-09-01 Christopher Yeleighton <giecrilj@stegny.2a.pl>
|
||||
Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
|
|
|
@ -904,7 +904,7 @@ pch_output_dirs = \
|
|||
${pch1_output_builddir} ${pch2_output_builddir} ${pch3_output_builddir}
|
||||
pch_output_anchors = \
|
||||
${pch1_output_anchor} ${pch2_output_anchor} ${pch3_output_anchor}
|
||||
PCHFLAGS=-x c++-header $(CXXFLAGS)
|
||||
PCHFLAGS=-x c++-header -nostdinc++ $(CXXFLAGS)
|
||||
if GLIBCXX_BUILD_PCH
|
||||
pch_build = ${pch_output}
|
||||
else
|
||||
|
|
|
@ -1130,7 +1130,7 @@ pch_output_dirs = \
|
|||
pch_output_anchors = \
|
||||
${pch1_output_anchor} ${pch2_output_anchor} ${pch3_output_anchor}
|
||||
|
||||
PCHFLAGS = -x c++-header $(CXXFLAGS)
|
||||
PCHFLAGS = -x c++-header -nostdinc++ $(CXXFLAGS)
|
||||
@GLIBCXX_BUILD_PCH_FALSE@pch_build =
|
||||
@GLIBCXX_BUILD_PCH_TRUE@pch_build = ${pch_output}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue