blob: e1379d36a413328218b99f2a6faf4c1663e21a00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PR = "${INC_PR}.0"
inherit sdk
require gcc-${PV}.inc
require gcc-cross-sdk.inc
DEPENDS += "gmp-native mpfr-native"
EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
--disable-libgomp --disable-libmudflap \
--with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
|