python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / gcc / 4.9.4 / 891-fix-m68k-uclinux.patch
blob4347642d67443f482c738cb208517160e2be908b
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-4.9.3.orig/libgcc/config.host gcc-4.9.3/libgcc/config.host
8 --- gcc-4.9.3.orig/libgcc/config.host 2014-03-27 16:40:31.000000000 +0100
9 +++ gcc-4.9.3/libgcc/config.host 2016-04-05 16:20:53.422809885 +0200
10 @@ -750,7 +750,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