This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc/libstdc++-v3 ChangeLog Makefile.am Makefil ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_0-branch
Changes by:	pme@gcc.gnu.org	2001-07-26 00:52:22

Modified files:
	libstdc++-v3   : ChangeLog Makefile.am Makefile.in acinclude.m4 
	                 aclocal.m4 config.h.in configure configure.in 
	                 mknumeric_limits testsuite_flags.in 
	libstdc++-v3/libio: Makefile.am Makefile.in 
	libstdc++-v3/libmath: Makefile.am Makefile.in mathconf.h stubs.c 
	libstdc++-v3/libsupc++: Makefile.am Makefile.in 
	libstdc++-v3/src: Makefile.am Makefile.in gen-num-limits.cc 
	libstdc++-v3/testsuite: Makefile.in 
Added files:
	libstdc++-v3/include: Makefile.am Makefile.in 

Log message:
	2001-07-26  Stephen M. Webb  <stephen@bregmasoft.com>
	
	* acinclude.m4 (GLIBCPP_ENABLE_CHEADERS):  Use glibcpp_srcdir when
	setting C_INCLUDE_DIR.
	* aclocal.m4:  Regenerate.
	* configure:  Regenerate.
	
	2001-07-26  Stephen M. Webb  <stephen@bregmasoft.com>
	Loren J. Rittle  <ljrittle@acm.org>
	Phil Edwards  <pme@sources.redhat.com>
	
	* include/Makefile.am:  New file encapsulating header generation rules.
	* Makefile.am (SUBDIRS):  Prepend 'include' directory.
	* acinclude.m4:  Moved/removed rules for building various headers.
	* configure.in (AC_OUTPUT):  Add include/Makefile.
	* mkc++config:  Removed.
	
	* testsuite_flags.in:  Changed build-includes to match new scheme.
	* mknumeric_limits:  Likewise.
	* libio/Makefile.am:  Changed INCLUDES to maatch new header scheme.
	* libmath/Makefile.am:  Likewise.
	* libsupc++/Makefile.am:  Likewise.
	* src/Makefile.am:  Likewise; removed rules to build headers.
	* libmath/mathconf.h:  Changed #include'd header names to match.
	* libmath/stubs.c:  Likewise.
	* src/gen-num-limits.cc:  Likewise.
	
	* configure:  Regenerated.
	* config.h.in:  Regenerated.
	* aclocal.m4:  Regenerated.
	* Makefile.in:  Regenerated.
	* include/Makefile.in:  Regenerated.
	* libio/Makefile.in:  Regenerated.
	* libmath/Makefile.in:  Regenerated.
	* libsupc++/Makefile.in:  Regenerated.
	* src/Makefile.in:  Regenerated.
	* testsuite/Makefile.in:  Regenerated.
	
	2001-07-26  Daniel Jacobowitz  <drow@mvista.com>
	
	* configure.in: Remove NATIVE, NULL_TARGET.
	Set CANADIAN only for Canadian crosses.  Set xcompiling
	for both Canadian crosses and host-x-host crosses.
	* configure: Regenerated.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.452.2.137&r2=1.452.2.138
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.17.2.1&r2=1.17.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.59.2.6&r2=1.59.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.129.2.25&r2=1.129.2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.132.2.25&r2=1.132.2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config.h.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.26.2.7&r2=1.26.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.148.2.30&r2=1.148.2.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.54.2.8&r2=1.54.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/mknumeric_limits.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.8.2.5&r2=1.8.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite_flags.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.2.2.1&r2=1.2.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libio/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.20&r2=1.20.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libio/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.65.2.4&r2=1.65.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.11.2.3&r2=1.11.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.37.2.6&r2=1.37.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/mathconf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.4.6.2&r2=1.4.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/stubs.c.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.5.2.2&r2=1.5.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.19.2.7&r2=1.19.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.39.2.8&r2=1.39.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.71.2.9&r2=1.71.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.95.2.11&r2=1.95.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/gen-num-limits.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.7.2.4&r2=1.7.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.6.2.2&r2=1.6.2.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]