mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4485 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
259 B
BlitzBasic
11 lines
259 B
BlitzBasic
PR = "r6"
|
|
|
|
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}${layout_exec_prefix}"
|