summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-15 09:45:39 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-19 14:51:28 -0600
commit164f50489ad76684ec2155b66e1ecae52b95dd94 (patch)
treefe6f745de20d727367f2f2db1cf7034051837bcf /toolchain/gcc
parentf453f2605a456e5c4dfe788e1cc1e04e075d87c2 (diff)
add support for coldfire with gcc 4.9.2/binutils 2.25
The annoying kernel panic after boot is back :(
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/patches/4.9.2/disable-atomics.m68k12
-rw-r--r--toolchain/gcc/patches/4.9.2/disable-tm.m68k14
2 files changed, 26 insertions, 0 deletions
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
diff --git a/toolchain/gcc/patches/4.9.2/disable-tm.m68k b/toolchain/gcc/patches/4.9.2/disable-tm.m68k
new file mode 100644
index 000000000..02b5cb854
--- /dev/null
+++ b/toolchain/gcc/patches/4.9.2/disable-tm.m68k
@@ -0,0 +1,14 @@
+diff -Nur gcc-4.8.3.orig/gcc/config/m68k/uclinux.h gcc-4.8.3/gcc/config/m68k/uclinux.h
+--- gcc-4.8.3.orig/gcc/config/m68k/uclinux.h 2013-01-10 21:38:27.000000000 +0100
++++ gcc-4.8.3/gcc/config/m68k/uclinux.h 2014-08-25 17:03:59.543127685 +0200
+@@ -20,6 +20,10 @@
+ along with GCC; see the file COPYING3. If not see
+ <http://www.gnu.org/licenses/>. */
+
++/* Do not use TM clone registry. It breaks -msep-data (-fPIC) code. */
++/* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54584 */
++#define USE_TM_CLONE_REGISTRY 0
++
+ #undef STARTFILE_SPEC
+ #define STARTFILE_SPEC \
+ "%{mshared-library-id=0|!mshared-library-id=*: crt1.o%s ;: Scrt1.o%s} \