[gentoo-dev] Uptade for toolchain.eclass and Gcc 6.2

2016-09-03 Thread Magnus Granberg
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

[gentoo-dev] Last rites: Python 3.3

2016-09-03 Thread Mike Gilbert
Python 3.3 will be removed from Gentoo in 30 days. dev-lang/python:3.3 will be available in the python overlay.

Re: [gentoo-dev] [PATCH] multilib.eclass: get_exeext for mingw/cygwin exe suffix, #588330

2016-09-03 Thread Michał Górny
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

Re: [gentoo-dev] [PATCH 0/4] New no-lib-symlink profile for developers

2016-09-03 Thread Michał Górny
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. > >