Hi
The patch add use flag for pch, so it can be disable.
We add support to use the configure options for pie and ssp
instead of the -D* hack for it.
The hardened use flag will add or remove some compile options as,
-fstrict_overflow will be turn of for -O2 and higher,
-fstack-check is added as def
Python 3.3 will be removed from Gentoo in 30 days.
dev-lang/python:3.3 will be available in the python overlay.
On Thu, 21 Jul 2016 17:21:23 +0200
Michał Górny wrote:
> Add a get_exeext function that can be used to obtain executable program
> suffix specific to the platform, in line with get_libname and
> get_modname. It is necessary to correctly reference built programs on
> non-standard platforms where e
On Sat, 9 Jul 2016 23:01:24 +0200
Michał Górny wrote:
> Hello, everyone.
>
> I've finally gotten around to wrapping up my multilib setup
> in a profile, and providing necessary patches to system packages
> to make it possible to use it without having to hack their mistaken
> logic around.
>
>