diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-10 07:35:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-10 09:05:39 +0000 |
commit | 63cbdb27e349a4dce9d6c51fdcf86df802e9d6c6 (patch) | |
tree | 685d0a9af700c5a541a1e6444f25d2d60e300bba /main/gcc/pt_gnu_eh_frame.patch | |
parent | 75339e69c19646dedb30dd7f72806b477ead32cf (diff) | |
download | aports-63cbdb27e349a4dce9d6c51fdcf86df802e9d6c6.tar.bz2 aports-63cbdb27e349a4dce9d6c51fdcf86df802e9d6c6.tar.xz |
main/gcc: upgrade to 4.7.1
Disable gcc-go for now. It needs ucontext which we don't have.
Diffstat (limited to 'main/gcc/pt_gnu_eh_frame.patch')
-rw-r--r-- | main/gcc/pt_gnu_eh_frame.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gcc/pt_gnu_eh_frame.patch b/main/gcc/pt_gnu_eh_frame.patch index 3e029104aa..f093eac43b 100644 --- a/main/gcc/pt_gnu_eh_frame.patch +++ b/main/gcc/pt_gnu_eh_frame.patch @@ -1,5 +1,5 @@ ---- gcc-4.3.2/gcc/crtstuff.c.orig Mon Nov 17 16:02:38 2008 -+++ gcc-4.3.2/gcc/crtstuff.c Mon Nov 17 16:02:52 2008 +--- ./libgcc/crtstuff.c.orig Mon Nov 17 16:02:38 2008 ++++ ./libgcc/crtstuff.c Mon Nov 17 16:02:52 2008 @@ -94,8 +94,7 @@ #include <link.h> /* uClibc pretends to be glibc 2.2 and DT_CONFIG is defined in its link.h. |