blob: fbaf057fedb9980f5982585e82b4e8dc22a15a6e (
plain)
1
2
3
4
5
6
7
8
|
require recipes-devtools/gcc/gcc-${PV}.inc
require gcc-configure-runtime.inc
require gcc-package-runtime.inc
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
EXTRA_OECONF += "--disable-libunwind-exceptions"
EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"
|