OSDN Git Service

2000-10-11 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Oct 2000 12:44:57 +0000 (12:44 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Oct 2000 12:44:57 +0000 (12:44 +0000)
commit969e48bf25e50ac1ceef99c05c0a23292551263f
tree014aadc0771bc8a36859e93443b51e4eca86d0e6
parentd4e8df9e7f851a49f58a6e1fd142af0f90f1d07c
2000-10-11  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* libsupc++/Makefile.am: Use it.
* libio/Makefile.am: Use it.
* libmath/Makefile.am: Use it.
* src/Makefile.am: Use it.
* Makefile.am (AM_MAKEFLAGS): Remove includes.

* acinclude.m4 (GLIBCPP_EXPORT_INCLUES): Move include macros here.
(GLIBCPP_EXPORT_FLAGS): Move CXX flag setting here.
* configure.in: Use it.

* mkcheck.in (SRC_DIR): Use C_INCLUDE_DIR.

* src/Makefile.am (CXXCOMPILE): Remove.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am (CXXCOMPILE): Same here.
* libsupc++/Makefile.in: Regenerate.

* include/c_std/*: Merge with shadow.
* include/c_std/bits/*: Same.

20

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36850 138bc75d-0d04-0410-961f-82ee72b054a4
19 files changed:
libstdc++-v3/include/c_std/assert.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/wrap_unistd.h [new file with mode: 0644]
libstdc++-v3/include/c_std/ctype.h [new file with mode: 0644]
libstdc++-v3/include/c_std/errno.h [new file with mode: 0644]
libstdc++-v3/include/c_std/float.h [new file with mode: 0644]
libstdc++-v3/include/c_std/limits.h [new file with mode: 0644]
libstdc++-v3/include/c_std/locale.h [new file with mode: 0644]
libstdc++-v3/include/c_std/math.h [new file with mode: 0644]
libstdc++-v3/include/c_std/setjmp.h [new file with mode: 0644]
libstdc++-v3/include/c_std/signal.h [new file with mode: 0644]
libstdc++-v3/include/c_std/stdarg.h [new file with mode: 0644]
libstdc++-v3/include/c_std/stddef.h [new file with mode: 0644]
libstdc++-v3/include/c_std/stdio.h [new file with mode: 0644]
libstdc++-v3/include/c_std/stdlib.h [new file with mode: 0644]
libstdc++-v3/include/c_std/string.h [new file with mode: 0644]
libstdc++-v3/include/c_std/time.h [new file with mode: 0644]
libstdc++-v3/include/c_std/unistd.h [new file with mode: 0644]
libstdc++-v3/include/c_std/wchar.h [new file with mode: 0644]
libstdc++-v3/include/c_std/wctype.h [new file with mode: 0644]