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:
parent
9ce2f7e386
commit
d22fdcae7d
@ -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__ */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user