From 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Jul 2009 18:24:11 +0000 Subject: move core/* to main/ added maintainer to several packages as well --- main/gcc/gcc-4.2.0-cc1-no-stack-protector.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/gcc/gcc-4.2.0-cc1-no-stack-protector.patch (limited to 'main/gcc/gcc-4.2.0-cc1-no-stack-protector.patch') diff --git a/main/gcc/gcc-4.2.0-cc1-no-stack-protector.patch b/main/gcc/gcc-4.2.0-cc1-no-stack-protector.patch new file mode 100644 index 000000000..cc80d1bc7 --- /dev/null +++ b/main/gcc/gcc-4.2.0-cc1-no-stack-protector.patch @@ -0,0 +1,11 @@ +--- a/gcc/Makefile.in.orig 2007-05-20 14:44:14.000000000 +0200 ++++ b/gcc/Makefile.in 2007-05-20 14:44:27.000000000 +0200 +@@ -2641,7 +2641,7 @@ + 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) \ + langhooks.h $(GGC_H) $(OPTABS_H) $(REAL_H) tm-constrs.h +- $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) \ ++ $(CC) -c $(ALL_CFLAGS) -fno-stack-protector $(ALL_CPPFLAGS) \ + $(out_file) $(OUTPUT_OPTION) + + # Build auxiliary files that support ecoff format. -- cgit v1.2.3