Subject: Re: usage of ssp include files
To: None <tech-userlevel@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-userlevel
Date: 08/01/2007 21:34:02
On Wed, Aug 01, 2007 at 09:33:30PM +0200, Krister Walfridsson wrote:
> gcc fails to build on NetBSD 4 and current because of how the NetBSD SSP 
> include files are handled (the gcc build process plays tricks with 
> include paths, and files from GCC's SSP directory get included when the 
> NetBSD string.h includes ssp/string.h). [*]

On a related note: Does it make sense to add explicit prototypes for all
the SSP builtins to libc? Older GCCs break when building libc otherwise.

Joerg