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:
@@ -30,7 +30,7 @@ struct vregs
|
|||||||
ulong r14; /* link register */
|
ulong r14; /* link register */
|
||||||
ulong r15; /* program counter */
|
ulong r15; /* program counter */
|
||||||
ulong cpsr;
|
ulong cpsr;
|
||||||
#warning ARM: fix floats in vregs, add missing stuff.
|
// TODO: ARM: fix floats in vregs, add missing stuff.
|
||||||
};
|
};
|
||||||
#endif /* __ARM__ */
|
#endif /* __ARM__ */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user