summaryrefslogtreecommitdiff
path: root/package/gcc/patches/5.4.0/m68k-disable-atomic-uclinux.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-13 07:54:51 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-13 07:55:06 +0200
commite7c5029b3b35c3d2f6cf03f1676a520d147a86df (patch)
treedfc0e469f252da363eef7c5252920f75c0ef052e /package/gcc/patches/5.4.0/m68k-disable-atomic-uclinux.patch
parent59e08327b483c95fb315c2b3a5a8ed8c97546431 (diff)
gcc: update to 5.4.0 as default
Diffstat (limited to 'package/gcc/patches/5.4.0/m68k-disable-atomic-uclinux.patch')
-rw-r--r--package/gcc/patches/5.4.0/m68k-disable-atomic-uclinux.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/gcc/patches/5.4.0/m68k-disable-atomic-uclinux.patch b/package/gcc/patches/5.4.0/m68k-disable-atomic-uclinux.patch
new file mode 100644
index 000000000..4ab553218
--- /dev/null
+++ b/package/gcc/patches/5.4.0/m68k-disable-atomic-uclinux.patch
@@ -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