[oe-commits] org.oe.dev gcc-cross: add 4.1.2

koen commit openembedded-commits at lists.openembedded.org
Mon Mar 19 15:11:59 UTC 2007


gcc-cross: add 4.1.2

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e2140c3f36090f469a27ce291b4786eb114eafce
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e2140c3f36090f469a27ce291b4786eb114eafce
Files:
1
packages/gcc/gcc-cross_4.1.2.bb
Diffs:

#
# mt diff -r58bcdff88bb0b8e65ab6272fba2d3c6295d40558 -re2140c3f36090f469a27ce291b4786eb114eafce
#
# 
# 
# add_file "packages/gcc/gcc-cross_4.1.2.bb"
#  content [717b160492db6c7a6ea49578817e6a37e05a919a]
# 
============================================================
--- packages/gcc/gcc-cross_4.1.2.bb	717b160492db6c7a6ea49578817e6a37e05a919a
+++ packages/gcc/gcc-cross_4.1.2.bb	717b160492db6c7a6ea49578817e6a37e05a919a
@@ -0,0 +1,18 @@
+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 = "r0"
+
+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 += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR}/${BUILD_SYS}"






More information about the Openembedded-commits mailing list