configs/imx6ulpico: Use common script for image generation
[buildroot-gz.git] / package / gcc / 5.4.0 / 891-fix-m68k-uclinux.patch
blob4e186bd3d3fe088b6749b02cec33e5afa0c66a51
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-5.3.0.orig/libgcc/config.host gcc-5.3.0/libgcc/config.host
8 --- gcc-5.3.0.orig/libgcc/config.host 2015-10-01 14:01:18.000000000 +0200
9 +++ gcc-5.3.0/libgcc/config.host 2016-04-26 21:30:25.353691745 +0200
10 @@ -794,7 +794,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