OSDN Git Service

tests/tcg/ppc64le: Fix compile flags for byte_reverse
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 17 Nov 2021 17:33:53 +0000 (18:33 +0100)
committerCédric Le Goater <clg@kaod.org>
Wed, 17 Nov 2021 18:10:44 +0000 (19:10 +0100)
commita443d55c3f7cafa3d5dfb7fe2b5c3cd9d671b61d
treec641c0bf8a4d755460796b258f391b7b38869307
parent14554b3dccae18ddc58d39654443c8e4551252c9
tests/tcg/ppc64le: Fix compile flags for byte_reverse

With a host compiler new enough to recognize power10 insns,
CROSS_CC_HAS_POWER10 is true, but we do not supply the -cpu
option to the compiler, resulting in

/tmp/ccAVdYJd.s: Assembler messages:
/tmp/ccAVdYJd.s:49: Error: unrecognized opcode: `brh'
/tmp/ccAVdYJd.s:78: Error: unrecognized opcode: `brw'
/tmp/ccAVdYJd.s:107: Error: unrecognized opcode: `brd'
make[2]: *** [byte_reverse] Error 1

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
tests/tcg/ppc64le/Makefile.target