diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-06-11 11:57:11 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-06-11 11:57:11 +0000 |
commit | e856d62d0ad7469a99d32a34799dd75bf994449b (patch) | |
tree | 56c37498b9957ce0aea18ef3908ee7e7c650fe98 /toolchain/gcc/patches/4.9-linaro/200-musl_config.patch | |
parent | 950c0191c22f5ea700f90c6b39c8fe604c6dbd30 (diff) | |
download | upstream-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/200-musl_config.patch')
-rw-r--r-- | toolchain/gcc/patches/4.9-linaro/200-musl_config.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/patches/4.9-linaro/200-musl_config.patch b/toolchain/gcc/patches/4.9-linaro/200-musl_config.patch index ce8865fa82..f7c8adadc2 100644 --- a/toolchain/gcc/patches/4.9-linaro/200-musl_config.patch +++ b/toolchain/gcc/patches/4.9-linaro/200-musl_config.patch @@ -1,6 +1,6 @@ --- a/gcc/config.gcc +++ b/gcc/config.gcc -@@ -594,7 +594,7 @@ case ${target} in +@@ -595,7 +595,7 @@ case ${target} in esac # Common C libraries. @@ -9,7 +9,7 @@ # 32-bit x86 processors supported by --with-arch=. Each processor # MUST be separated by exactly one space. -@@ -719,6 +719,9 @@ case ${target} in +@@ -720,6 +720,9 @@ case ${target} in *-*-*uclibc*) tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC" ;; |