r117416 - in /branches/csl/sourcerygxx-4_1: Cha...

jsm28@gcc.gnu.org jsm28@gcc.gnu.org
Tue Oct 3 23:01:00 GMT 2006


Author: jsm28
Date: Tue Oct  3 23:01:19 2006
New Revision: 117416

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117416
Log:
	gcc/
	* config.gcc (i[34567]86-*-linux*): Handle --enable-targets=all.
	(with_cpu): Don't set to pentiumpro in bi-arch case.
	* config/i386/linux64.h (TARGET_VERSION, MULTILIB_DEFAULTS):
	Define conditionally depending on TARGET_64BIT_DEFAULT.
	(SPEC_32, SPEC_64): Define.
	(LINK_SPEC): Use them.
	* doc/install.texi (--enable-targets=all): Document for x86-linux.

	libcpp/
	* configure.ac (need_64bit_hwint): Set for i[34567]86-*-linux*
	depending on --enable-targets=all.
	* configure: Regenerate.

Modified:
    branches/csl/sourcerygxx-4_1/ChangeLog.csl
    branches/csl/sourcerygxx-4_1/gcc/config.gcc
    branches/csl/sourcerygxx-4_1/gcc/config/i386/linux64.h
    branches/csl/sourcerygxx-4_1/gcc/doc/install.texi
    branches/csl/sourcerygxx-4_1/libcpp/configure
    branches/csl/sourcerygxx-4_1/libcpp/configure.ac



More information about the Gcc-cvs mailing list