Subject: Re: CVS commit: src (USE_FORT)
To: Simon Burge <simonb@NetBSD.org>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: source-changes
Date: 05/29/2007 09:46:55
On Tue, May 29, 2007 at 04:56:32PM +1000, Simon Burge wrote:
> Simon Burge wrote:
> > 
> > .../.../lib/libc/locale/___runetype_mb.c:1: warning: -fstack-protector not supported for this target

So, it looks like we need to make both USE_SSP and USE_FORT no-ops for
alpha, hppa, and mips.
> 
> "./build.sh ... -V USE_FORT=no ..." still trips up trying to use
> -fstack-protector in libc.  Adding "-V USE_SSP=no" gets to libssl,
> where a hardcoded:
> 
> 	USE_FORT=yes    # cryptographic software and network library

This is a bug -- I thought I'd caught all those.  I'll fix it.

Thor