
24 Sep
2020
24 Sep
'20
6:07 p.m.
On Wed, 23 Sep 2020 at 11:10, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Most users don't need the standalone API examples. Distributions like SUSE do not supply libgcc for cross-compiling and we cannot do without on ARMv8 for building examples/.
Make examples selectable via symbol CONFIG_EXAMPLES. It defaults to yes on ARCH_QEMU to ensure that we compile the API as part of our continuous integration.
Cc: Matthias Brugger mbrugger@suse.com Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v2: default=y on ARCH_QEMU only
Kconfig | 8 ++++++++ examples/Makefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org