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
commite856d62d0ad7469a99d32a34799dd75bf994449b (patch)
tree56c37498b9957ce0aea18ef3908ee7e7c650fe98 /toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch
parent950c0191c22f5ea700f90c6b39c8fe604c6dbd30 (diff)
downloadupstream-e856d62d0ad7469a99d32a34799dd75bf994449b.tar.gz
upstream-e856d62d0ad7469a99d32a34799dd75bf994449b.tar.bz2
upstream-e856d62d0ad7469a99d32a34799dd75bf994449b.zip
toolchain/gcc: upgrade Linaro GCC 4.9 to 4.9-2015.03
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45944
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"