Skip to content

Commit

Permalink
ARM: remove #warning from public header file
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ithamar committed Oct 28, 2013
1 parent 9ce2f7e commit d22fdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headers/posix/arch/arm/signal.h
Expand Up @@ -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__ */

Expand Down

0 comments on commit d22fdca

Please sign in to comment.