015322fccb
Add support for m68k/coldfire. A gcc patch is required to avoid gcc ICE. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
704 B
Diff
19 lines
704 B
Diff
avoids internal compiler error while compiling linux-atomic.c
|
|
See here:
|
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53833
|
|
|
|
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
|
|
|
diff -Nur gcc-4.8.5.orig/libgcc/config.host gcc-4.8.5/libgcc/config.host
|
|
--- gcc-4.8.5.orig/libgcc/config.host 2014-03-20 17:12:30.000000000 +0100
|
|
+++ gcc-4.8.5/libgcc/config.host 2016-04-27 15:04:01.521171537 +0200
|
|
@@ -689,7 +689,7 @@
|
|
m68k*-*-openbsd*)
|
|
;;
|
|
m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
|
|
- tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
|
|
+ tmake_file="$tmake_file m68k/t-floatlib"
|
|
md_unwind_header=m68k/linux-unwind.h
|
|
;;
|
|
m68k-*-linux*) # Motorola m68k's running GNU/Linux
|