Summary: | sys-devel/gcc-4.7.x: pie esp patches missing configure.ac changes | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
Component: | [OLD] Core system | Assignee: | The Gentoo Linux Hardened Team <hardened> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | toolchain |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
SpanKY
![]() Have updated the piepatchset to 0.5.4 with the needed fix. so test if is still there. the .ac file doesn't match the generated output it says: + enable_espf=yes the variable is "enable_esp". this comes up a few times. the indentation on the gcc/configure.ac needs fixing, and it mixes tabs & spaces i don't see the point in having "set_enable_esp" independent of "enable_esp". just reset the value to "no" if you detect an unsupported case. also, please keep them in a single patch rather than splitting it up the code also talks about "x86_x32" targets, but there is no such thing. i'm guessing you want to change "x86_??" (which wouldn't match x86_x32 anyways) to just x86_64. the x32 ABI uses an x86_64-* tuple. the biggest issues have been fixed, and the older versions are being cycled out, so i guess no need to spend time updating patches we aren't applying anymore |