void-packages/common/environment/configure/gccspecs
Juan RP 882f23cf98 env/hardening: fix hardening on MIPS.
Thanks to @chneukirchen for finding the correct solution:

gcc sets -mno-shared by default when compiling non-PIC, and because
we are overriding the builtin specs, this internal rule set for gnu/mips
does not trigger:

gcc/config/mips/gnu-user.h:/* Default to -mno-shared for non-PIC.  */
gcc/config/mips/gnu-user.h:  " %{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}"

So that we now use a specific specs file just for mips that sets -mshared for PIC.

This fixes building packages with hardening enabled for MIPS.
2016-04-27 15:01:40 +02:00
..
hardened-cc1 gccspecs/hardened-cc1: also pass -fPIE to cpp by default. 2015-11-19 16:30:06 +01:00
hardened-ld
hardened-mips-cc1 env/hardening: fix hardening on MIPS. 2016-04-27 15:01:40 +02:00