summaryrefslogtreecommitdiff
path: root/packages/gcc/6.4.0/0012-fix-m68k-uclinux.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-08 07:46:35 (GMT)
committerAlexey Neyman <stilor@att.net>2018-11-08 07:46:35 (GMT)
commit48fa32776e3a9645d166f10608a8db81307cfb0a (patch)
treef938ce19fb1d8a377441af14a32983ff6f82ff15 /packages/gcc/6.4.0/0012-fix-m68k-uclinux.patch
parenteabb3ec189cb872cfb6201c572bc58c3df4b8771 (diff)
Import gcc 6.5.0
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gcc/6.4.0/0012-fix-m68k-uclinux.patch')
-rw-r--r--packages/gcc/6.4.0/0012-fix-m68k-uclinux.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/gcc/6.4.0/0012-fix-m68k-uclinux.patch b/packages/gcc/6.4.0/0012-fix-m68k-uclinux.patch
deleted file mode 100644
index 20d7c4a..0000000
--- a/packages/gcc/6.4.0/0012-fix-m68k-uclinux.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-avoids internal compiler error while compiling linux-atomic.c
-See here:
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53833
-
-Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-
----
- libgcc/config.host | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/libgcc/config.host
-+++ b/libgcc/config.host
-@@ -824,7 +824,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