mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-08-04 05:11:16 +00:00
Add test command for 64-bit ILP32 in all.sh
This commit is contained in:
parent
ce37ab7ada
commit
401441b74d
|
@ -565,6 +565,16 @@ if uname -a | grep -F x86_64 >/dev/null; then
|
||||||
msg "build: i386, make, gcc" # ~ 30s
|
msg "build: i386, make, gcc" # ~ 30s
|
||||||
cleanup
|
cleanup
|
||||||
make CC=gcc CFLAGS='-Werror -m32'
|
make CC=gcc CFLAGS='-Werror -m32'
|
||||||
|
|
||||||
|
msg "test: i386, make, gcc"
|
||||||
|
make test
|
||||||
|
|
||||||
|
msg "build: 64-bit ILP32, make, gcc" # ~ 30s
|
||||||
|
cleanup
|
||||||
|
make CC=gcc CFLAGS='-Werror -Wall -Wextra -mx32'
|
||||||
|
|
||||||
|
msg "test: 64-bit ILP32, make, gcc"
|
||||||
|
make test
|
||||||
fi # x86_64
|
fi # x86_64
|
||||||
|
|
||||||
msg "build: arm-none-eabi-gcc, make" # ~ 10s
|
msg "build: arm-none-eabi-gcc, make" # ~ 10s
|
||||||
|
|
Loading…
Reference in a new issue