mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-02 10:00:47 -04:00
Tidy-up
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
b1107aeee1
commit
7a8a2490e5
@ -3978,12 +3978,11 @@ build_test_config_combos() {
|
|||||||
target="t"
|
target="t"
|
||||||
clang_args=""
|
clang_args=""
|
||||||
for ((j = 0; j < ${len}; j++)); do
|
for ((j = 0; j < ${len}; j++)); do
|
||||||
opt=
|
|
||||||
if (((i >> j) & 1)); then
|
if (((i >> j) & 1)); then
|
||||||
opt=-D${options[j]}
|
opt=-D${options[j]}
|
||||||
fi
|
|
||||||
clang_args="${clang_args} ${opt}"
|
clang_args="${clang_args} ${opt}"
|
||||||
target="${target}${opt}"
|
target="${target}${opt}"
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# if combination is not known to be invalid, add it to the makefile
|
# if combination is not known to be invalid, add it to the makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user