diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
commit | 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd (patch) | |
tree | a63d3b3b1c89018b5419358eed5c2bb0acf1cd92 /core/gcc/gcc-4.2.0-cc1-no-stack-protector.patch | |
parent | e374901731eb35599bd6735de4dd38560e3a79b8 (diff) | |
download | aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.bz2 aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.xz |
move core/* to main/
added maintainer to several packages as well
Diffstat (limited to 'core/gcc/gcc-4.2.0-cc1-no-stack-protector.patch')
-rw-r--r-- | core/gcc/gcc-4.2.0-cc1-no-stack-protector.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/gcc/gcc-4.2.0-cc1-no-stack-protector.patch b/core/gcc/gcc-4.2.0-cc1-no-stack-protector.patch deleted file mode 100644 index cc80d1bc75..0000000000 --- a/core/gcc/gcc-4.2.0-cc1-no-stack-protector.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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. |