mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-13 15:18:09 +00:00
This fixes the decrementer, illegal and sc tests to compile successfully with cross-compilers that don't provide unistd.h or string.h. Instead of those headers we include stddef.h. This also fixes tests/Makefile.test to do what one expects when CROSS_COMPILE is defined in the environment. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>