mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 19:55:37 +00:00
Remove duplicate build run
Don't compile twice with MBEDTLS_HAVE_INT64. But do test with MBEDTLS_HAVE_INT32.
This commit is contained in:
parent
0edda4236d
commit
48e689e6be
|
@ -678,17 +678,6 @@ if uname -a | grep -F x86_64 >/dev/null; then
|
||||||
scripts/config.pl unset MBEDTLS_AESNI_C
|
scripts/config.pl unset MBEDTLS_AESNI_C
|
||||||
scripts/config.pl unset MBEDTLS_PADLOCK_C
|
scripts/config.pl unset MBEDTLS_PADLOCK_C
|
||||||
make CC=gcc CFLAGS='-Werror -Wall -Wextra -DMBEDTLS_HAVE_INT64'
|
make CC=gcc CFLAGS='-Werror -Wall -Wextra -DMBEDTLS_HAVE_INT64'
|
||||||
|
|
||||||
msg "test: gcc, force 64-bit compilation"
|
|
||||||
make test
|
|
||||||
|
|
||||||
msg "build: gcc, force 64-bit compilation"
|
|
||||||
cleanup
|
|
||||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
|
||||||
scripts/config.pl unset MBEDTLS_HAVE_ASM
|
|
||||||
scripts/config.pl unset MBEDTLS_AESNI_C
|
|
||||||
scripts/config.pl unset MBEDTLS_PADLOCK_C
|
|
||||||
make CC=gcc CFLAGS='-Werror -Wall -Wextra -DMBEDTLS_HAVE_INT64'
|
|
||||||
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