Searched hist:"85 ab358f65d303fd9865da549aebc44da195616a" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/scripts/ |
| H A D | gen_ld_sects.py | 85ab358f65d303fd9865da549aebc44da195616a Fri Sep 22 15:51:26 UTC 2017 Andrew F. Davis <afd@ti.com> scripts/gen_ld_sects.py: Explicitly number positional argument specifiers
Before Python 2.7 omitting the positional argument specifier was not allowed. Some may still be using earlier Python version where this will cause build to fail. Fix this here.
Fixes: 5976a0a5b9bf ("core: avoid incremental linking with -gc") Reported-by: Nishanth Menon <nm@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
|