mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 14:38:39 +00:00
Fixes armcc builds in all.sh
MBEDTLS_NV_SEED needs to be disabled in builds without filesystem IO.
This commit is contained in:
parent
cff625f841
commit
1c71965d46
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ scripts/config.pl full
|
||||||
scripts/config.pl unset MBEDTLS_NET_C
|
scripts/config.pl unset MBEDTLS_NET_C
|
||||||
scripts/config.pl unset MBEDTLS_TIMING_C
|
scripts/config.pl unset MBEDTLS_TIMING_C
|
||||||
scripts/config.pl unset MBEDTLS_FS_IO
|
scripts/config.pl unset MBEDTLS_FS_IO
|
||||||
|
scripts/config.pl unset MBEDTLS_ENTROPY_NV_SEED
|
||||||
scripts/config.pl unset MBEDTLS_HAVE_TIME
|
scripts/config.pl unset MBEDTLS_HAVE_TIME
|
||||||
scripts/config.pl unset MBEDTLS_HAVE_TIME_DATE
|
scripts/config.pl unset MBEDTLS_HAVE_TIME_DATE
|
||||||
scripts/config.pl set MBEDTLS_NO_PLATFORM_ENTROPY
|
scripts/config.pl set MBEDTLS_NO_PLATFORM_ENTROPY
|
||||||
|
|
Loading…
Reference in a new issue