Re: [PATCH 2/3] tests/arm: add explicit CFLAGS for system build
Pierrick Bouvier <[email protected]> Thu, 23 Jul 2026 13:28:20 -0700
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/23/2026 1:09 PM, Alex Bennée wrote: > The brew toolchain on macOS (arm-none-eabi-gcc) is a little different > from the default on Debian (arm-linux-gnueabihf-gcc) as a result it > defaults to an older architectural baseline (without isb's), assumes > softfloat and will get confused by including stdint.h without being > told it is compiling freestanding code. > > Make these all explicit so we can build arm-softmmu tests on macOS. > The test-armv6m-undef is unaffected as it has it's very own build > stanza. > > Signed-off-by: Alex Bennée <[email protected]> > --- > tests/tcg/arm/Makefile.softmmu-target | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Pierrick Bouvier <[email protected]>