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
Showing
- libstdc++-v3/ChangeLog 20 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/Makefile.am 47 additions, 13 deletionslibstdc++-v3/include/Makefile.am
- libstdc++-v3/include/Makefile.in 41 additions, 13 deletionslibstdc++-v3/include/Makefile.in
- libstdc++-v3/include/precompiled/extc++.h 61 additions, 0 deletionslibstdc++-v3/include/precompiled/extc++.h
- libstdc++-v3/include/precompiled/stdc++.h 0 additions, 0 deletionslibstdc++-v3/include/precompiled/stdc++.h
- libstdc++-v3/include/precompiled/stdtr1c++.h 54 additions, 0 deletionslibstdc++-v3/include/precompiled/stdtr1c++.h
- libstdc++-v3/testsuite/lib/libstdc++.exp 3 additions, 1 deletionlibstdc++-v3/testsuite/lib/libstdc++.exp
Loading
Please register or sign in to comment