diff options
Diffstat (limited to 'sources/gcc-uclibc-3.3-110-conf.patch')
-rw-r--r-- | sources/gcc-uclibc-3.3-110-conf.patch | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/sources/gcc-uclibc-3.3-110-conf.patch b/sources/gcc-uclibc-3.3-110-conf.patch index 1eaacae95..f297c3283 100644 --- a/sources/gcc-uclibc-3.3-110-conf.patch +++ b/sources/gcc-uclibc-3.3-110-conf.patch @@ -1,13 +1,9 @@ Use the patch by Carl Miller <chaz@energoncube.net> for powerpc, with some minor modifications. Changed *os_uclibc to *os_linux_uclibc since -at some point we might support other platforms. -Index: gcc/config/rs6000/linux.h -=================================================================== -RCS file: /home/cvs/tools/gcc-3.3.2/gcc/config/rs6000/linux.h,v -retrieving revision 1.1.1.1 -diff -d -u -r1.1.1.1 linux.h ---- gcc-3.3.2/gcc/config/rs6000/linux.h 4 Dec 2003 01:19:31 -0000 1.1.1.1 -+++ gcc-3.3.2/gcc/config/rs6000/linux.h 4 Dec 2003 23:18:01 -0000 +at some point we might support other platforms. Also updated to 3.3.3. +diff -urN gcc-3.3.3/gcc/config/rs6000/linux.h gcc-3.3.3-new/gcc/config/rs6000/linux.h +--- gcc-3.3.3/gcc/config/rs6000/linux.h 2003-11-14 00:46:10.000000000 -0600 ++++ gcc-3.3.3-new/gcc/config/rs6000/linux.h 2004-02-16 21:13:40.000000000 -0600 @@ -64,7 +64,11 @@ #define LINK_START_DEFAULT_SPEC "%(link_start_linux)" @@ -20,14 +16,10 @@ diff -d -u -r1.1.1.1 linux.h #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (PowerPC GNU/Linux)"); -Index: gcc/config/rs6000/sysv4.h -=================================================================== -RCS file: /home/cvs/tools/gcc-3.3.2/gcc/config/rs6000/sysv4.h,v -retrieving revision 1.1.1.1 -diff -d -u -r1.1.1.1 sysv4.h ---- gcc-3.3.2/gcc/config/rs6000/sysv4.h 4 Dec 2003 01:19:31 -0000 1.1.1.1 -+++ gcc-3.3.2/gcc/config/rs6000/sysv4.h 4 Dec 2003 23:18:18 -0000 -@@ -953,9 +953,11 @@ +diff -urN gcc-3.3.3/gcc/config/rs6000/sysv4.h gcc-3.3.3-new/gcc/config/rs6000/sysv4.h +--- gcc-3.3.3/gcc/config/rs6000/sysv4.h 2003-10-28 13:55:41.000000000 -0600 ++++ gcc-3.3.3-new/gcc/config/rs6000/sysv4.h 2004-02-16 21:13:40.000000000 -0600 +@@ -968,9 +968,11 @@ %{mcall-linux: %(link_os_linux) } \ %{mcall-gnu: %(link_os_gnu) } \ %{mcall-netbsd: %(link_os_netbsd) } \ @@ -40,7 +32,7 @@ diff -d -u -r1.1.1.1 sysv4.h #define LINK_OS_DEFAULT_SPEC "" -@@ -1292,6 +1294,12 @@ +@@ -1307,6 +1309,12 @@ #define LINK_OS_WINDISS_SPEC "" @@ -53,7 +45,7 @@ diff -d -u -r1.1.1.1 sysv4.h /* Define any extra SPECS that the compiler needs to generate. */ /* Override rs6000.h definition. */ #undef SUBTARGET_EXTRA_SPECS -@@ -1357,6 +1365,7 @@ +@@ -1372,6 +1380,7 @@ { "link_os_netbsd", LINK_OS_NETBSD_SPEC }, \ { "link_os_vxworks", LINK_OS_VXWORKS_SPEC }, \ { "link_os_windiss", LINK_OS_WINDISS_SPEC }, \ |