diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-01 23:23:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-01 23:23:43 +0000 |
commit | e58925faa1a870faf76347003d9eba73da480f39 (patch) | |
tree | 32696f094ca6f2b5952d20b11236b76206040ab7 /sys-devel | |
parent | stick musicbrainz deps to -2*, bug #203784 (diff) | |
download | gentoo-2-e58925faa1a870faf76347003d9eba73da480f39.tar.gz gentoo-2-e58925faa1a870faf76347003d9eba73da480f39.tar.bz2 gentoo-2-e58925faa1a870faf76347003d9eba73da480f39.zip |
restore old file that is used in toolchain.eclass
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/files/3.4.0/gcc-3.4.0-cc1-no-stack-protector.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/gcc/files/3.4.0/gcc-3.4.0-cc1-no-stack-protector.patch b/sys-devel/gcc/files/3.4.0/gcc-3.4.0-cc1-no-stack-protector.patch new file mode 100644 index 000000000000..72bce28a552b --- /dev/null +++ b/sys-devel/gcc/files/3.4.0/gcc-3.4.0-cc1-no-stack-protector.patch @@ -0,0 +1,11 @@ +--- gcc/Makefile.in.mps 2004-06-01 22:06:17.000000000 +0200 ++++ gcc/Makefile.in 2004-06-01 22:06:56.000000000 +0200 +@@ -1845,7 +1845,7 @@ $(out_object_file): $(out_file) $(CONFIG + output.h $(INSN_ATTR_H) $(SYSTEM_H) toplev.h $(TARGET_H) libfuncs.h \ + $(TARGET_DEF_H) function.h sched-int.h $(TM_P_H) $(EXPR_H) $(OPTABS_H) \ + langhooks.h +- $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ ++ $(CC) -c $(ALL_CFLAGS) -fno-stack-protector $(ALL_CPPFLAGS) $(INCLUDES) \ + $(out_file) $(OUTPUT_OPTION) + + # Build auxiliary files that support ecoff format. |