mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-30 05:11:10 +00:00
Merge branch 'mbedtls-1.3' into development
* mbedtls-1.3: Fix all.sh for recent config.pl change Conflicts: tests/scripts/all.sh
This commit is contained in:
commit
3d4755bec4
|
@ -148,6 +148,10 @@ cp "$CONFIG_H" "$CONFIG_BAK"
|
|||
scripts/config.pl full
|
||||
scripts/config.pl unset MBEDTLS_PLATFORM_C
|
||||
scripts/config.pl unset MBEDTLS_PLATFORM_MEMORY
|
||||
scripts/config.pl unset MBEDTLS_PLATFORM_PRINTF_ALT
|
||||
scripts/config.pl unset MBEDTLS_PLATFORM_FPRINTF_ALT
|
||||
scripts/config.pl unset MBEDTLS_PLATFORM_SNPRINTF_ALT
|
||||
scripts/config.pl unset MBEDTLS_PLATFORM_EXIT_ALT
|
||||
scripts/config.pl unset MBEDTLS_MEMORY_BUFFER_ALLOC_C
|
||||
scripts/config.pl unset MBEDTLS_FS_IO
|
||||
CC=gcc CFLAGS='-Werror -O0' make
|
||||
|
|
Loading…
Reference in a new issue