mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
98834458f1
Signed-off-by: Alexey Neyman <stilor@att.net>
19 lines
471 B
Diff
19 lines
471 B
Diff
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
|