mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Merge branch 'mbedtls-1.3' into development
* mbedtls-1.3: Fix gcc detection in check_config.h
This commit is contained in:
commit
29c28f961d
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ CC=gcc CFLAGS='-Werror -Os' make
|
|||
|
||||
# this is meant to cath missing #define polarssl_printf etc
|
||||
# disable fsio to catch some more missing #include <stdio.h>
|
||||
msg "build: full config except platform/fsio" # ~ 30s
|
||||
msg "build: full config except platform/fsio, make, gcc" # ~ 30s
|
||||
cleanup
|
||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||
scripts/config.pl full
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue