From 164f50489ad76684ec2155b66e1ecae52b95dd94 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 15 Feb 2015 09:45:39 -0600 Subject: add support for coldfire with gcc 4.9.2/binutils 2.25 The annoying kernel panic after boot is back :( --- toolchain/gcc/patches/4.9.2/disable-atomics.m68k | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 toolchain/gcc/patches/4.9.2/disable-atomics.m68k (limited to 'toolchain/gcc/patches/4.9.2/disable-atomics.m68k') diff --git a/toolchain/gcc/patches/4.9.2/disable-atomics.m68k b/toolchain/gcc/patches/4.9.2/disable-atomics.m68k new file mode 100644 index 000000000..4ab553218 --- /dev/null +++ b/toolchain/gcc/patches/4.9.2/disable-atomics.m68k @@ -0,0 +1,12 @@ +diff -Nur gcc-4.8.3.orig/libgcc/config.host gcc-4.8.3/libgcc/config.host +--- gcc-4.8.3.orig/libgcc/config.host 2014-03-20 17:12:30.000000000 +0100 ++++ gcc-4.8.3/libgcc/config.host 2014-07-26 13:15:06.359463368 +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 -- cgit v1.2.3