blob: c5030e351744163cacff29621fde347dd6db1cf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PR = "${INC_PR}.1"
require gcc-${PV}.inc
require gcc-cross-sdk.inc
require gcc-configure-sdk.inc
require gcc-package-sdk.inc
DEPENDS += "gmp-native mpfr-native"
EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
|