diff options
Diffstat (limited to 'sys-devel/gcc/files/gcc-spec-env.patch')
-rw-r--r-- | sys-devel/gcc/files/gcc-spec-env.patch | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys-devel/gcc/files/gcc-spec-env.patch b/sys-devel/gcc/files/gcc-spec-env.patch index edf6bad9c87b..27029c81f08e 100644 --- a/sys-devel/gcc/files/gcc-spec-env.patch +++ b/sys-devel/gcc/files/gcc-spec-env.patch @@ -1,5 +1,10 @@ ---- gcc-3.4.2-r1/gcc/gcc.c 2004-09-13 14:30:15.995139424 +0000 -+++ gcc-3.4.2-r1/gcc/gcc.c.new 2004-09-13 14:38:58.731671392 +0000 +Add support for external spec file via the GCC_SPECS env var. This +allows us to easily control pie/ssp defaults with gcc-config profiles. + +Patch by Rob Holland. + +--- gcc-3/gcc/gcc.c ++++ gcc-3/gcc/gcc.c @@ -6421,6 +6421,21 @@ /* Process any user specified specs in the order given on the command |