aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-06-11 11:57:11 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-06-11 11:57:11 +0000
commit54f5c11bb4aa341d5cb77bcab905c8af354b96c4 (patch)
tree1c499619c216e4d7281631bdca23c8a568c92f50 /toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch
parent937fc8a1a4737e094f9dc39b2599ce4182d8cfbd (diff)
downloadmaster-187ad058-54f5c11bb4aa341d5cb77bcab905c8af354b96c4.tar.gz
master-187ad058-54f5c11bb4aa341d5cb77bcab905c8af354b96c4.tar.bz2
master-187ad058-54f5c11bb4aa341d5cb77bcab905c8af354b96c4.zip
toolchain/gcc: upgrade Linaro GCC 4.9 to 4.9-2015.03
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch')
-rw-r--r--toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch b/toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch
index 93087bbe19..4340c5fd2f 100644
--- a/toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch
+++ b/toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch
@@ -1,6 +1,6 @@
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
-@@ -2334,6 +2334,10 @@ powerpc*-*-linux*)
+@@ -2344,6 +2344,10 @@ powerpc*-*-linux*)
powerpc*-*-linux*paired*)
tm_file="${tm_file} rs6000/750cl.h" ;;
esac
@@ -13,7 +13,7 @@
fi
--- a/gcc/config/rs6000/linux64.h
+++ b/gcc/config/rs6000/linux64.h
-@@ -375,17 +375,21 @@ extern int dot_symbols;
+@@ -371,17 +371,21 @@ extern int dot_symbols;
#endif
#define UCLIBC_DYNAMIC_LINKER32 "/lib/ld-uClibc.so.0"
#define UCLIBC_DYNAMIC_LINKER64 "/lib/ld64-uClibc.so.0"
@@ -41,7 +41,7 @@
#if (TARGET_DEFAULT & MASK_LITTLE_ENDIAN)
--- a/gcc/config/rs6000/secureplt.h
+++ b/gcc/config/rs6000/secureplt.h
-@@ -18,3 +18,4 @@ along with GCC; see the file COPYING3.
+@@ -18,3 +18,4 @@ along with GCC; see the file COPYING3.
<http://www.gnu.org/licenses/>. */
#define CC1_SECURE_PLT_DEFAULT_SPEC "-msecure-plt"