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.
This commit is contained in:
Ithamar R. Adema
2013-10-28 22:04:00 +01:00
parent 9ce2f7e386
commit d22fdcae7d
+1 -1
View File
@@ -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__ */