diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-12-10 14:47:02 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-12-10 16:24:01 +0000 |
commit | d75e8d77a6d1c5df59f53a584d40a48b27d37ffc (patch) | |
tree | a03b69c8b07771898c234a0549b469ed43358083 /main/gcc/20_all_gcc46_config_crtbeginp.patch | |
parent | 90f74af8899eea8f68ec594e964e2c14f9b5a393 (diff) | |
download | aports-d75e8d77a6d1c5df59f53a584d40a48b27d37ffc.tar.bz2 aports-d75e8d77a6d1c5df59f53a584d40a48b27d37ffc.tar.xz |
main/gcc: upgrade to 4.9.2, drop uclibc support
* refresh gentoo esp patches
* split alpine specific esp changes to nice patch
* update musl, poison-system-directories and cloog-dl patches
* rebase our ada-musl and ada-no-pie patches
* remove unneeded patches (bugs fixed upstream, and uclibc patches)
Diffstat (limited to 'main/gcc/20_all_gcc46_config_crtbeginp.patch')
-rw-r--r-- | main/gcc/20_all_gcc46_config_crtbeginp.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/main/gcc/20_all_gcc46_config_crtbeginp.patch b/main/gcc/20_all_gcc46_config_crtbeginp.patch deleted file mode 100644 index 67075ee4ea..0000000000 --- a/main/gcc/20_all_gcc46_config_crtbeginp.patch +++ /dev/null @@ -1,36 +0,0 @@ -2011-03-05 Magnus Granberg <zorry@gentoo.org> - - * gcc/config/gnu-user.h If ENABLE_CRTBEGINP, -static and -pie use crtbegineP.o. - * gcc/config/rs6000/sysv4.h If ENABLE_CRTBEGINP, -static and -pie use crtbegineP.o. - ---- ./gcc/config/gnu-user.h 2009-04-10 01:23:07.000000000 +0200 -+++ ./gcc/config/gnu-user.h 2009-09-08 04:08:06.000000000 +0200 -@@ -39,7 +39,11 @@ - provides part of the support for getting C++ file-scope static - object constructed before entering `main'. */ - --#if defined HAVE_LD_PIE -+#if defined (HAVE_LD_PIE) && defined (ENABLE_CRTBEGINP) -+#define GNU_USER_TARGET_STARTFILE_SPEC \ -+ "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} crti.o%s \ -+ %{static:%{pie:crtbeginP.o%s;:crtbeginT.o%s}} %{!static:%{shared|pie:crtbeginS.o%s;:crtbegin.o%s}}" -+#elif defined (HAVE_LD_PIE) && ! defined (ENABLE_CRTBEGINP) - #define GNU_USER_TARGET_STARTFILE_SPEC \ - "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \ - crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}" ---- ./gcc/config/rs6000/sysv4.h 2009-04-10 01:23:07.000000000 +0200 -+++ ./gcc/config/rs6000/sysv4.h 2009-09-08 04:41:50.000000000 +0200 -@@ -883,7 +883,12 @@ - %{!mnewlib: %{pthread:-lpthread} %{shared:-lc} \ - %{!shared: %{profile:-lc_p} %{!profile:-lc}}}" - --#ifdef HAVE_LD_PIE -+#if defined (HAVE_LD_PIE) && defined (ENABLE_CRTBEGINP) -+#define STARTFILE_LINUX_SPEC "\ -+%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \ -+%{mnewlib:ecrti.o%s;:crti.o%s} \ -+%{static:%{pie:crtbeginP.o%s;:crtbeginT.o%s}} %{!static:%{shared|pie:crtbeginS.o%s;:crtbegin.o%s}}" -+#elif defined (HAVE_LD_PIE) && ! defined (ENABLE_CRTBEGINP) - #define STARTFILE_LINUX_SPEC "\ - %{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \ - %{mnewlib:ecrti.o%s;:crti.o%s} \ |