Subject: Re: CVS commit: src
To: Havard Eidnes <he@netbsd.org>
From: Jachym Holecek <freza@NetBSD.org>
List: source-changes
Date: 06/07/2007 12:49:14
# Havard Eidnes 2007-06-07:
> 
> 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.

Why introduce a new variable? The Linux branch of the test seems happy
with getting gcc_cv_libc_provides_ssp from the environment directly.

	-- Jachym