diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-05 14:35:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-05 14:35:01 +0000 |
commit | af3ef82a15ac611eeea4beec92050f80839f4e5e (patch) | |
tree | 362ea1e37d29373c5ae07abab3d2bbc395a6682c /main/gcc/00_all_gcc-4.0-cvs-incompat.patch | |
parent | b2140f790dc858f0e55c995227177d8428f0cc65 (diff) | |
download | aports-af3ef82a15ac611eeea4beec92050f80839f4e5e.tar.bz2 aports-af3ef82a15ac611eeea4beec92050f80839f4e5e.tar.xz |
main/gcc: moved 4.4.1 from testing to main
Diffstat (limited to 'main/gcc/00_all_gcc-4.0-cvs-incompat.patch')
-rw-r--r-- | main/gcc/00_all_gcc-4.0-cvs-incompat.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/gcc/00_all_gcc-4.0-cvs-incompat.patch b/main/gcc/00_all_gcc-4.0-cvs-incompat.patch deleted file mode 100644 index e5bc302e26..0000000000 --- a/main/gcc/00_all_gcc-4.0-cvs-incompat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc-4.0.old/gcc/gcc.c.mps Sun Nov 14 21:10:35 2004 -+++ gcc-4.0/gcc/gcc.c Sun Nov 14 21:43:17 2004 -@@ -794,6 +794,8 @@ - /* NB: This is shared amongst all front-ends. */ - static const char *cc1_options = - "%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ -+ %{shared:%{static|pie|fPIE|fpie|fno-PIC|fno-pic:%e-shared and -static|pie|fPIE|fpie|fno-PIC|fno-pic are incompatible}}\ -+ %{pie:%{static|pg|p|profile:%e-pie and -static|pg|p|profile are incompatible}}\ - %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*}\ - %{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}%{!c:%{!S:-auxbase %b}}\ - %{g*} %{O*} %{W*&pedantic*} %{w} %{std*&ansi}\ |