From d22fdcae7df3cc7499e035d461252e012dd07559 Mon Sep 17 00:00:00 2001 From: "Ithamar R. Adema" Date: Mon, 28 Oct 2013 22:02:11 +0100 Subject: [PATCH] ARM: remove #warning from public header file This causes configure of gcc/binutils to fail its test for sys/time.h, which in turn causes compilation of gcc/binutils to fail. Found trying to do a @bootstrap-raw build for ARM. --- headers/posix/arch/arm/signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/arch/arm/signal.h b/headers/posix/arch/arm/signal.h index 19a593d5db1..1bf092b83de 100644 --- a/headers/posix/arch/arm/signal.h +++ b/headers/posix/arch/arm/signal.h @@ -30,7 +30,7 @@ struct vregs ulong r14; /* link register */ ulong r15; /* program counter */ ulong cpsr; -#warning ARM: fix floats in vregs, add missing stuff. +// TODO: ARM: fix floats in vregs, add missing stuff. }; #endif /* __ARM__ */