Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/07/2007 08:58:58
Module Name:	src
Committed By:	he
Date:		Thu Jun  7 08:58:58 UTC 2007

Modified Files:
	src/gnu/dist/gcc4/gcc: configure.ac
	src/tools/gcc: Makefile

Log Message:
Modify the gcc configure script to allow override of the "target libc
has ssp functions built-in" test via the TARGET_LIBC_PROVIDES_SSP environment
variable, to allow us to configure a cross-compiler appropriately without
having to try to find out by looking in the target's source directory.

Tweak our build to tell gcc that the ssp bits are now in libc.

The native compiler appears to already think that the ssp bits
live in libc, so no change appears to be needed there.

The autoconf-generated configure script will be committed separately shortly.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/gnu/dist/gcc4/gcc/configure.ac
cvs rdiff -r1.24 -r1.25 src/tools/gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.