tests/fp/platform.h: include config-host.h
authorEmilio G. Cota <cota@braap.org>
Tue, 22 Jan 2019 20:10:42 +0000 (15:10 -0500)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 22 Jan 2019 20:48:15 +0000 (20:48 +0000)
commitb343eb462bcf825d60a29269054d54aff95b1722
tree5e1d112b5cbf1b50864856bee5a63aca85574238
parent710fbcd2b2b11ae1f8f82ae48cadcaefd4cf48b2
tests/fp/platform.h: include config-host.h

We get HOST_WORDS_BIGENDIAN from config-host.h, but the include
is missing. Fix it.

This fixes `make check-softfloat' on big endian hosts.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/fp/platform.h