Remove options not known to older gcc
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
88651c45e4
commit
1a4936ab86
1 changed files with 1 additions and 1 deletions
|
@ -3363,7 +3363,7 @@ component_build_tfm() {
|
||||||
|
|
||||||
msg "build: TF-M config, gcc native build"
|
msg "build: TF-M config, gcc native build"
|
||||||
make clean
|
make clean
|
||||||
make lib CC="gcc" CFLAGS="-Os -std=c99 -Werror -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Wformat=2 -Wno-format-nonliteral -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Wlogical-op"
|
make lib CC="gcc" CFLAGS="-Os -std=c99 -Werror -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wshadow -Wvla -Wformat=2 -Wno-format-nonliteral -Wshadow -Wformat-signedness -Wlogical-op"
|
||||||
}
|
}
|
||||||
|
|
||||||
component_build_aes_variations() { # ~45s
|
component_build_aes_variations() { # ~45s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue