[Buildroot] [PATCH] libedit: fix build error with musl toolchain

Bernd Kuhls bernd.kuhls at t-online.de
Sat Jan 16 20:03:16 UTC 2016


Am Wed, 06 Jan 2016 22:41:17 -0200 schrieb Sergio Prado:

> +# musl is ISO 10646 compliant but doesn't define __STDC_ISO_10646__,
> +# so let's define it manually +ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
> +LIBEDIT_CONF_OPTS += CFLAGS="$(TARGET_CFLAGS)
> -D__STDC_ISO_10646__=201103L" +endif +

Hi,

Tested-by: Bernd Kuhls <bernd.kuhls at t-online.de>

compile-tested using this defconfig:
http://autobuild.buildroot.net/toolchains/configs/br-arm-cortex-a9-musl.config

Regards, Bernd



More information about the buildroot mailing list