OSDN Git Service

2006-06-29 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2006 21:24:57 +0000 (21:24 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2006 21:24:57 +0000 (21:24 +0000)
commit83f0b09f4fdef33974c0d19cb63c566961ed7e02
tree2deec29f022ee46f26c33e1d77182ddca0ead37b
parentc09336804b57d48df30cb00cbe0ee1ba021451ad
2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (pch1_input, pch1_output_builddir,
pch1_outputj_installdir, pch1_source): Move from pch_*.
(pch2_input, pch2_output_builddir,
pch2_output_installdir, pch2_source): Clone for ext.
(pch3_input, pch3_output_builddir,
pch3_output_installdir, pch3_source): Clone for tr1.
(install-pch): Same.
* include/Makefile.in: Regenerate.

* include/precompiled: New directory.
* include/stdc++.h: Move...
* include/precompiled/stdc++.h: ... here.
* include/precompiled/stdtr1c++.h: New.
* include/precompiled/extc++.h: New.

* testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
to -include bits/stdtr1c++.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115078 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/precompiled/extc++.h [new file with mode: 0644]
libstdc++-v3/include/precompiled/stdc++.h [moved from libstdc++-v3/include/stdc++.h with 100% similarity]
libstdc++-v3/include/precompiled/stdtr1c++.h [new file with mode: 0644]
libstdc++-v3/testsuite/lib/libstdc++.exp