mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-07 13:50:35 +00:00
Address review comments about all.sh
This commit is contained in:
parent
0668b8f59e
commit
4498de57b8
|
@ -1032,7 +1032,6 @@ component_test_no_64bit_multiplication () {
|
||||||
|
|
||||||
component_build_uecc_baremetal_cmake () {
|
component_build_uecc_baremetal_cmake () {
|
||||||
msg "build: uecc baremetal native, cmake"
|
msg "build: uecc baremetal native, cmake"
|
||||||
scripts/config.pl baremetal
|
|
||||||
scripts/config.pl set MBEDTLS_USE_UECC
|
scripts/config.pl set MBEDTLS_USE_UECC
|
||||||
CC=gcc cmake .
|
CC=gcc cmake .
|
||||||
make
|
make
|
||||||
|
@ -1040,9 +1039,8 @@ component_build_uecc_baremetal_cmake () {
|
||||||
|
|
||||||
component_build_uecc_baremetal_make () {
|
component_build_uecc_baremetal_make () {
|
||||||
msg "build: uecc baremetal native, make"
|
msg "build: uecc baremetal native, make"
|
||||||
scripts/config.pl baremetal
|
|
||||||
scripts/config.pl set MBEDTLS_USE_UECC
|
scripts/config.pl set MBEDTLS_USE_UECC
|
||||||
make CC=gcc CFLAGS='-Werror -Wall -Wextra'
|
make CC=gcc CFLAGS='-Werror -O1'
|
||||||
}
|
}
|
||||||
|
|
||||||
component_build_arm_none_eabi_gcc () {
|
component_build_arm_none_eabi_gcc () {
|
||||||
|
|
Loading…
Reference in a new issue