mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
19 lines
395 B
BlitzBasic
19 lines
395 B
BlitzBasic
PR = "r6"
|
|
|
|
inherit sdk
|
|
|
|
require gcc-${PV}.inc
|
|
require gcc-cross-sdk.inc
|
|
require gcc-configure-sdk.inc
|
|
require gcc-package-sdk.inc
|
|
|
|
DEPENDS += "gmp-sdk mpfr-sdk"
|
|
|
|
EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
|
|
--disable-libgomp --disable-libmudflap \
|
|
--with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
|
|
|
|
# to find libmpfr
|
|
export LD_LIBRARY_PATH = "${STAGING_LIBDIR}"
|
|
|