Address review comments about all.sh

This commit is contained in:
Jarno Lamsa 2019-05-02 11:45:57 +03:00
parent 0668b8f59e
commit 4498de57b8

View file

@ -1032,7 +1032,6 @@ component_test_no_64bit_multiplication () {
component_build_uecc_baremetal_cmake () {
msg "build: uecc baremetal native, cmake"
scripts/config.pl baremetal
scripts/config.pl set MBEDTLS_USE_UECC
CC=gcc cmake .
make
@ -1040,9 +1039,8 @@ component_build_uecc_baremetal_cmake () {
component_build_uecc_baremetal_make () {
msg "build: uecc baremetal native, make"
scripts/config.pl baremetal
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 () {