mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-28 18:27:11 +01:00
Cosmetics
This commit is contained in:
parent
c84d0e1ec1
commit
6dc2651f02
2 changed files with 26 additions and 26 deletions
|
|
@ -215,7 +215,7 @@ scripts/config.pl unset MBEDTLS_MEMORY_BUFFER_ALLOC_C # calls exit
|
|||
CC=arm-none-eabi-gcc AR=arm-none-eabi-ar LD=arm-none-eabi-ld CFLAGS=-Werror make lib
|
||||
fi # arm-gcc
|
||||
|
||||
if which armcc >/dev/null && armcc --help >/dev/null; then
|
||||
if which armcc >/dev/null && armcc --help >/dev/null 2>&1; then
|
||||
msg "build: armcc, make"
|
||||
cleanup
|
||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue