Subject: Re: install/36434: cvs build fail on i386 since libssp regress test is deactivated
To: None <install-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Valeriy E. Ushakov <uwe@stderr.spb.ru>
List: netbsd-bugs
Date: 06/03/2007 20:50:03
The following reply was made to PR install/36434; it has been noted by GNATS.

From: "Valeriy E. Ushakov" <uwe@stderr.spb.ru>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: install/36434: cvs build fail on i386 since libssp regress test is deactivated
Date: Mon, 4 Jun 2007 00:46:33 +0400

 The real problem is that compiler is configured incorrectly.
 gnu/dist/gcc4/gcc/configure{,.ac} test that sets
 gcc_cv_libc_provides_ssp is incorrect.
 
 At the time we compile tools (cross)compiler there's no libc yet to
 check for ssp symbols.
 
 -uwe