mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-24 01:28:44 +00:00
Bunch of upgrades: android-ndk, expat, gcc-linaro, ...
... mingw-w64, musl, strace, uClibc-ng, linux. Also, regenerate chksum's after @bhundven's upgrade of binutils. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
18
packages/gcc-linaro/5.5-2017.10/0016-fix-m68k-compile.patch
vendored
Normal file
18
packages/gcc-linaro/5.5-2017.10/0016-fix-m68k-compile.patch
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
remove unused header, which breaks the toolchain building
|
||||
|
||||
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
||||
|
||||
---
|
||||
libgcc/config/m68k/linux-atomic.c | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
--- a/libgcc/config/m68k/linux-atomic.c
|
||||
+++ b/libgcc/config/m68k/linux-atomic.c
|
||||
@@ -33,7 +33,6 @@
|
||||
using the kernel helper defined below. There is no support for
|
||||
64-bit operations yet. */
|
||||
|
||||
-#include <asm/unistd.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifndef __NR_atomic_cmpxchg_32
|
Reference in New Issue
Block a user