summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.8.4/disable-atomics.m68k
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-25 00:59:37 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-25 01:00:47 -0600
commita69eb5d83813a31238c94876b4face5b16228148 (patch)
tree0456659587c11e3c3a3e42e66eeb6f94a9f5538b /toolchain/gcc/patches/4.8.4/disable-atomics.m68k
parentd9a3ff27d4f7f9c2514125bf3f0a30c2a80aa110 (diff)
update to gcc 4.8.4
Diffstat (limited to 'toolchain/gcc/patches/4.8.4/disable-atomics.m68k')
-rw-r--r--toolchain/gcc/patches/4.8.4/disable-atomics.m68k12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.8.4/disable-atomics.m68k b/toolchain/gcc/patches/4.8.4/disable-atomics.m68k
new file mode 100644
index 000000000..4ab553218
--- /dev/null
+++ b/toolchain/gcc/patches/4.8.4/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