toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / gcc / 6.3.0 / 891-fix-m68k-uclinux.patch
blob754aa74e88660999dfadc476e26e723269a21e0a
1 avoids internal compiler error while compiling linux-atomic.c
2 See here:
3 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53833
5 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
7 diff -Nur gcc-6.1.0.orig/libgcc/config.host gcc-6.1.0/libgcc/config.host
8 --- gcc-6.1.0.orig/libgcc/config.host 2016-02-26 21:02:28.000000000 +0100
9 +++ gcc-6.1.0/libgcc/config.host 2016-04-29 09:18:40.377989160 +0200
10 @@ -812,7 +812,7 @@
11 m68k*-*-openbsd*)
13 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
14 - tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
15 + tmake_file="$tmake_file m68k/t-floatlib"
16 md_unwind_header=m68k/linux-unwind.h
18 m68k-*-linux*) # Motorola m68k's running GNU/Linux