aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.6-linaro/999-coldfire.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-14 07:43:50 +0000
committerJohn Crispin <john@openwrt.org>2015-07-14 07:43:50 +0000
commitb2739f37d641f613ab3b1d254ca5c68fde587a21 (patch)
treec8b540fccb9e9fa55393498a7b6601454efcff1e /toolchain/gcc/patches/4.6-linaro/999-coldfire.patch
parent16fb050055ad792a8dae8db8deb255e22ad3ced2 (diff)
downloadupstream-b2739f37d641f613ab3b1d254ca5c68fde587a21.tar.gz
upstream-b2739f37d641f613ab3b1d254ca5c68fde587a21.tar.bz2
upstream-b2739f37d641f613ab3b1d254ca5c68fde587a21.zip
toolchain: fix gcc 4.6 build with gcc5
build error: cfns.gperf:101:1: error: 'gnu_inline' attribute present on 'libc_name_p' cfns.gperf:26:14: error: but not here observed on Arch Linux affected versions gcc 4.6, gcc 4.7 reported & fixed in DragonFlyBSD issue #136 https://github.com/DragonFlyBSD/DPorts/issues/136 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46355
Diffstat (limited to 'toolchain/gcc/patches/4.6-linaro/999-coldfire.patch')
-rw-r--r--toolchain/gcc/patches/4.6-linaro/999-coldfire.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/4.6-linaro/999-coldfire.patch b/toolchain/gcc/patches/4.6-linaro/999-coldfire.patch
index 0913f3497e..e014386192 100644
--- a/toolchain/gcc/patches/4.6-linaro/999-coldfire.patch
+++ b/toolchain/gcc/patches/4.6-linaro/999-coldfire.patch
@@ -1,6 +1,6 @@
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
-@@ -1805,7 +1805,7 @@ m68k-*-linux*) # Motorola m68k's runnin
+@@ -1809,7 +1809,7 @@ m68k-*-linux*) # Motorola m68k's runnin
default_m68k_cpu=68020
default_cf_cpu=5475
with_arch=${with_arch:-m68k}