mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fixes build configuration for armcc test build in all.sh
In the test script tests/scripts/all.sh the armcc build is a baremetal build and doesn't use MBEDTLS_HAVE_TIME therefore the test configuration MBEDTLS_PLATFORM_TIME_ALT which is dependent on it must be unset.
This commit is contained in:
		
							parent
							
								
									a4ed19c7c0
								
							
						
					
					
						commit
						4df5eaf2b0
					
				@ -338,6 +338,7 @@ scripts/config.pl unset MBEDTLS_THREADING_PTHREAD
 | 
			
		||||
scripts/config.pl unset MBEDTLS_THREADING_C
 | 
			
		||||
scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # execinfo.h
 | 
			
		||||
scripts/config.pl unset MBEDTLS_MEMORY_BUFFER_ALLOC_C # calls exit
 | 
			
		||||
scripts/config.pl unset MBEDTLS_PLATFORM_TIME_ALT # depends on MBEDTLS_HAVE_TIME
 | 
			
		||||
CC=armcc AR=armar WARNING_CFLAGS= make lib
 | 
			
		||||
fi # armcc
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user