summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/7.2.0/m68k-disable-atomic-uclinux.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-27 13:28:01 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-27 13:28:01 +0000
commit9eaaa7cfe8bd99f971e453ef3102e3d4334833fc (patch)
treee92e6843e7a02dc63b1264d26aac3b15573ecf46 /toolchain/gcc/patches/7.2.0/m68k-disable-atomic-uclinux.patch
parent6055dbeb09dd327d76f975066ab52f12d4582bb9 (diff)
m68k/coldfire: backport a real fix from trunk
Diffstat (limited to 'toolchain/gcc/patches/7.2.0/m68k-disable-atomic-uclinux.patch')
-rw-r--r--toolchain/gcc/patches/7.2.0/m68k-disable-atomic-uclinux.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/gcc/patches/7.2.0/m68k-disable-atomic-uclinux.patch b/toolchain/gcc/patches/7.2.0/m68k-disable-atomic-uclinux.patch
deleted file mode 100644
index 4ab553218..000000000
--- a/toolchain/gcc/patches/7.2.0/m68k-disable-atomic-uclinux.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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