1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 19:37:10 +00:00
Files
poky/meta/packages/gcc/gcc-cross_4.1.1.bb
T
Tomas Frydrych 563bbec228 Patch from OE to fix libstc++.la
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1118 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-08 19:40:25 +00:00

19 lines
634 B
BlitzBasic

require gcc_${PV}.bb
# path mangling, needed by the cross packaging
require gcc-paths-cross.inc
inherit cross
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
# NOTE: split PR. If the main .oe changes something that affects its *build*
# remember to increment this one too.
PR = "r10"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
# cross build
require gcc3-build-cross.inc
# cross packaging
require gcc-package-cross.inc
EXTRA_OECONF += "--with-mpfr=${STAGING_DIR}/${BUILD_SYS}"