Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] how to turn off hardened gcc flags reliably?
Date: Wed, 01 Mar 2006 16:46:59
Message-Id: 200603011139.51557.vapier@gentoo.org
In Reply to: [gentoo-dev] how to turn off hardened gcc flags reliably? by Duncan Coutts
1 On Wednesday 01 March 2006 10:35, Duncan Coutts wrote:
2 > gcc-3 supports both -nopie and -fno-stack-protector. So always using
3 > these would be ok if it were not for gcc-4 which doesn't grok
4 > -fno-stack-protector.
5
6 yes it does
7
8 every gcc in portage by default supports -fno-stack-protector
9 -mike
10 --
11 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] how to turn off hardened gcc flags reliably? Duncan Coutts <dcoutts@g.o>