mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
gcc: update patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f0ee9c892a
commit
12909eb3b1
@ -1,6 +1,6 @@
|
|||||||
diff -Naur gcc-4.7.0/gcc/config/i386/linux64.h gcc-4.7.0.patch/gcc/config/i386/linux64.h
|
diff -Naur gcc-4.7.0-old/gcc/config/i386/linux64.h gcc-4.7.0-new/gcc/config/i386/linux64.h
|
||||||
--- gcc-4.7.0/gcc/config/i386/linux64.h 2011-07-07 17:38:34.000000000 +0200
|
--- gcc-4.7.0-old/gcc/config/i386/linux64.h 2011-07-07 08:38:34.000000000 -0700
|
||||||
+++ gcc-4.7.0.patch/gcc/config/i386/linux64.h 2012-03-24 04:52:53.523141300 +0100
|
+++ gcc-4.7.0-new/gcc/config/i386/linux64.h 2012-04-23 21:03:08.000000000 -0700
|
||||||
@@ -29,5 +29,5 @@
|
@@ -29,5 +29,5 @@
|
||||||
#define GNU_USER_LINK_EMULATIONX32 "elf32_x86_64"
|
#define GNU_USER_LINK_EMULATIONX32 "elf32_x86_64"
|
||||||
|
|
||||||
@ -9,9 +9,9 @@ diff -Naur gcc-4.7.0/gcc/config/i386/linux64.h gcc-4.7.0.patch/gcc/config/i386/l
|
|||||||
-#define GLIBC_DYNAMIC_LINKERX32 "/libx32/ld-linux-x32.so.2"
|
-#define GLIBC_DYNAMIC_LINKERX32 "/libx32/ld-linux-x32.so.2"
|
||||||
+#define GLIBC_DYNAMIC_LINKER64 "/lib/ld-linux-x86-64.so.2"
|
+#define GLIBC_DYNAMIC_LINKER64 "/lib/ld-linux-x86-64.so.2"
|
||||||
+#define GLIBC_DYNAMIC_LINKERX32 "/lib/ld-linux-x32.so.2"
|
+#define GLIBC_DYNAMIC_LINKERX32 "/lib/ld-linux-x32.so.2"
|
||||||
diff -Naur gcc-4.7.0/gcc/config/mips/iris6.h gcc-4.7.0.patch/gcc/config/mips/iris6.h
|
diff -Naur gcc-4.7.0-old/gcc/config/mips/iris6.h gcc-4.7.0-new/gcc/config/mips/iris6.h
|
||||||
--- gcc-4.7.0/gcc/config/mips/iris6.h 2012-03-05 11:43:22.000000000 +0100
|
--- gcc-4.7.0-old/gcc/config/mips/iris6.h 2012-03-05 02:43:22.000000000 -0800
|
||||||
+++ gcc-4.7.0.patch/gcc/config/mips/iris6.h 2012-03-24 04:52:13.358338349 +0100
|
+++ gcc-4.7.0-new/gcc/config/mips/iris6.h 2012-04-23 21:02:07.000000000 -0700
|
||||||
@@ -256,27 +256,27 @@
|
@@ -256,27 +256,27 @@
|
||||||
#define STARTFILE_SPEC \
|
#define STARTFILE_SPEC \
|
||||||
"%{!shared: \
|
"%{!shared: \
|
||||||
@ -71,9 +71,9 @@ diff -Naur gcc-4.7.0/gcc/config/mips/iris6.h gcc-4.7.0.patch/gcc/config/mips/iri
|
|||||||
|
|
||||||
/* Generic part of the LINK_SPEC. */
|
/* Generic part of the LINK_SPEC. */
|
||||||
#undef LINK_SPEC
|
#undef LINK_SPEC
|
||||||
diff -Naur gcc-4.7.0/gcc/config/mips/linux64.h gcc-4.7.0.patch/gcc/config/mips/linux64.h
|
diff -Naur gcc-4.7.0-old/gcc/config/mips/linux64.h gcc-4.7.0-new/gcc/config/mips/linux64.h
|
||||||
--- gcc-4.7.0/gcc/config/mips/linux64.h 2011-07-19 20:00:27.000000000 +0200
|
--- gcc-4.7.0-old/gcc/config/mips/linux64.h 2011-07-19 11:00:27.000000000 -0700
|
||||||
+++ gcc-4.7.0.patch/gcc/config/mips/linux64.h 2012-03-24 04:52:13.363338449 +0100
|
+++ gcc-4.7.0-new/gcc/config/mips/linux64.h 2012-04-23 21:02:07.000000000 -0700
|
||||||
@@ -24,9 +24,9 @@
|
@@ -24,9 +24,9 @@
|
||||||
#define GNU_USER_LINK_EMULATIONN32 "elf32%{EB:b}%{EL:l}tsmipn32"
|
#define GNU_USER_LINK_EMULATIONN32 "elf32%{EB:b}%{EL:l}tsmipn32"
|
||||||
|
|
||||||
@ -87,9 +87,9 @@ diff -Naur gcc-4.7.0/gcc/config/mips/linux64.h gcc-4.7.0.patch/gcc/config/mips/l
|
|||||||
#define BIONIC_DYNAMIC_LINKERN32 "/system/bin/linker32"
|
#define BIONIC_DYNAMIC_LINKERN32 "/system/bin/linker32"
|
||||||
#define GNU_USER_DYNAMIC_LINKERN32 \
|
#define GNU_USER_DYNAMIC_LINKERN32 \
|
||||||
CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32, \
|
CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32, \
|
||||||
diff -Naur gcc-4.7.0/gcc/config/rs6000/linux64.h gcc-4.7.0.patch/gcc/config/rs6000/linux64.h
|
diff -Naur gcc-4.7.0-old/gcc/config/rs6000/linux64.h gcc-4.7.0-new/gcc/config/rs6000/linux64.h
|
||||||
--- gcc-4.7.0/gcc/config/rs6000/linux64.h 2012-03-12 17:16:51.000000000 +0100
|
--- gcc-4.7.0-old/gcc/config/rs6000/linux64.h 2012-03-12 09:16:51.000000000 -0700
|
||||||
+++ gcc-4.7.0.patch/gcc/config/rs6000/linux64.h 2012-03-24 04:52:13.364338469 +0100
|
+++ gcc-4.7.0-new/gcc/config/rs6000/linux64.h 2012-04-23 21:02:07.000000000 -0700
|
||||||
@@ -359,7 +359,7 @@
|
@@ -359,7 +359,7 @@
|
||||||
#define LINK_OS_DEFAULT_SPEC "%(link_os_linux)"
|
#define LINK_OS_DEFAULT_SPEC "%(link_os_linux)"
|
||||||
|
|
||||||
@ -99,9 +99,9 @@ diff -Naur gcc-4.7.0/gcc/config/rs6000/linux64.h gcc-4.7.0.patch/gcc/config/rs60
|
|||||||
#define UCLIBC_DYNAMIC_LINKER32 "/lib/ld-uClibc.so.0"
|
#define UCLIBC_DYNAMIC_LINKER32 "/lib/ld-uClibc.so.0"
|
||||||
#define UCLIBC_DYNAMIC_LINKER64 "/lib/ld64-uClibc.so.0"
|
#define UCLIBC_DYNAMIC_LINKER64 "/lib/ld64-uClibc.so.0"
|
||||||
#if DEFAULT_LIBC == LIBC_UCLIBC
|
#if DEFAULT_LIBC == LIBC_UCLIBC
|
||||||
diff -Naur gcc-4.7.0/gcc/config/sparc/linux64.h gcc-4.7.0.patch/gcc/config/sparc/linux64.h
|
diff -Naur gcc-4.7.0-old/gcc/config/sparc/linux64.h gcc-4.7.0-new/gcc/config/sparc/linux64.h
|
||||||
--- gcc-4.7.0/gcc/config/sparc/linux64.h 2011-11-12 02:05:07.000000000 +0100
|
--- gcc-4.7.0-old/gcc/config/sparc/linux64.h 2011-11-11 17:05:07.000000000 -0800
|
||||||
+++ gcc-4.7.0.patch/gcc/config/sparc/linux64.h 2012-03-24 04:52:13.365338489 +0100
|
+++ gcc-4.7.0-new/gcc/config/sparc/linux64.h 2012-04-23 21:02:07.000000000 -0700
|
||||||
@@ -94,7 +94,7 @@
|
@@ -94,7 +94,7 @@
|
||||||
done. */
|
done. */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user