On Fri, 2005-04-15 at 21:27 +0200, Maurice van der Pot wrote:
> What do I do now? 

The obvious course of action would be to test whether the GCC being used
supports -fno-pie and add it if it does. If it doesn't, you'd just have
to assume that PIE isn't being used by default.

> Why is -fno-pie being added by filter-flags anyway? 

Because with hardened gcc profiles PIE is the default behaviour. So, if
something doesn't work with pie (which is usually why one would filter
out -fpie), we need to add -fno-pie.

--
gentoo-dev@gentoo.org mailing list

Reply via email to