From 1c71965d462a5f2d034093c9245fed728d60fcee Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Mon, 27 Jun 2016 19:02:12 +0100 Subject: [PATCH] Fixes armcc builds in all.sh MBEDTLS_NV_SEED needs to be disabled in builds without filesystem IO. --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 5031d2aad..526239768 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -323,6 +323,7 @@ scripts/config.pl full scripts/config.pl unset MBEDTLS_NET_C scripts/config.pl unset MBEDTLS_TIMING_C 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_DATE scripts/config.pl set MBEDTLS_NO_PLATFORM_ENTROPY