diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-10 22:58:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-10 22:58:41 +0000 |
commit | 8c5e67673e33d608b4e97ed86ed145b41780171d (patch) | |
tree | 46eca7140375a107a60b63f881c3782d53612bf9 /sys-devel | |
parent | Up required version of webapp-config to a minimum of 1.10-r14. (diff) | |
download | gentoo-2-8c5e67673e33d608b4e97ed86ed145b41780171d.tar.gz gentoo-2-8c5e67673e33d608b4e97ed86ed145b41780171d.tar.bz2 gentoo-2-8c5e67673e33d608b4e97ed86ed145b41780171d.zip |
add comments to patch
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sys-devel')
-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 |