blob: e8ef4e261658d7fe0427456de1096e1eab14a7a2 (
plain)
1
2
3
4
5
6
7
8
9
|
PR = "r4"
inherit sdk
require gcc-${PV}.inc
require gcc-cross-sdk.inc
EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} --with-system-zlib"
|