tests/tcg/arm: fix up test-arm-iwmmxt test
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 13 Apr 2018 13:56:17 +0000 (14:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20:22 +0100)
commit65eab0f8cb2b13e03b8608fd255e4bc0c5df5a59
tree1a375b5b462d03ff7f982f5ce4545cc0241b8b25
parentab4aac50231473515eb20430e4002841b6505d61
tests/tcg/arm: fix up test-arm-iwmmxt test

We need to rename the source file to a .S so we can do a single-line
assemble and link invocation. We also specify the additional CFLAGS
for the compile as it's a non-standard ARM binary.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
[rth: force fpu configuration]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
tests/tcg/arm/Makefile.target
tests/tcg/arm/test-arm-iwmmxt.S [new file with mode: 0644]
tests/tcg/arm/test-arm-iwmmxt.s [deleted file]