From b1f4f27fc43217b9e8a889c9cc686b9650cc16dd Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 26 Nov 2013 18:42:32 +0000 Subject: upgrade Linaro GCC 4.8 to 4.8-2013.11 Signed-off-by: Imre Kaloz SVN-Revision: 38922 --- toolchain/gcc/patches/4.8-linaro/200-musl.patch | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'toolchain/gcc/patches/4.8-linaro/200-musl.patch') diff --git a/toolchain/gcc/patches/4.8-linaro/200-musl.patch b/toolchain/gcc/patches/4.8-linaro/200-musl.patch index 3fe5a7eba2..dedbb10842 100644 --- a/toolchain/gcc/patches/4.8-linaro/200-musl.patch +++ b/toolchain/gcc/patches/4.8-linaro/200-musl.patch @@ -1,6 +1,6 @@ --- a/gcc/config.gcc +++ b/gcc/config.gcc -@@ -550,7 +550,7 @@ case ${target} in +@@ -551,7 +551,7 @@ case ${target} in esac # Common C libraries. @@ -9,7 +9,7 @@ # Common parts for widely ported systems. case ${target} in -@@ -653,6 +653,9 @@ case ${target} in +@@ -654,6 +654,9 @@ case ${target} in *-*-*uclibc*) tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC" ;; @@ -306,9 +306,9 @@ CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32, \ - BIONIC_DYNAMIC_LINKERN32) + BIONIC_DYNAMIC_LINKERN32, MUSL_DYNAMIC_LINKERN32) ---- a/gcc/config/sparc/linux64.h 2013-09-10 10:02:45.663973856 +0100 -+++ b/gcc/config/sparc/linux64.h 2013-09-10 10:03:17.871972435 +0100 -@@ -104,6 +104,9 @@ +--- a/gcc/config/sparc/linux64.h ++++ b/gcc/config/sparc/linux64.h +@@ -95,6 +95,9 @@ along with GCC; see the file COPYING3. #define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2" #define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux.so.2" @@ -318,4 +318,3 @@ #ifdef SPARC_BI_ARCH #undef SUBTARGET_EXTRA_SPECS - -- cgit v1.2.3