On Wed, 23 Sep 2020 at 11:10, Heinrich Schuchardt <xypron.g...@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 <mbrug...@suse.com> > Signed-off-by: Heinrich Schuchardt <xypron.g...@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 <s...@chromium.org>