[oe-commits] org.oe.dev Add gcc-native-3.4.4 as a possibility to help with qemu issues

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Dec 30 18:53:41 UTC 2007


Add gcc-native-3.4.4 as a possibility to help with qemu issues

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 50afd6b807893e2bbc045b74beb369a29ed89ae3
ViewMTN: http://monotone.openembedded.org/revision/info/50afd6b807893e2bbc045b74beb369a29ed89ae3
Files:
1
packages/gcc/gcc-native.inc
packages/gcc/gcc-native_3.4.4.bb
Diffs:

#
# mt diff -re951c7d8cc0af3a11f12ff1b0f4a1ef34e3e6a25 -r50afd6b807893e2bbc045b74beb369a29ed89ae3
#
# 
# 
# add_file "packages/gcc/gcc-native.inc"
#  content [cc4d24806d661d7f81f992f3374fa964057f6b83]
# 
# add_file "packages/gcc/gcc-native_3.4.4.bb"
#  content [19c28b5b7930d8add4e173e6acb5e5d88687fba8]
# 
============================================================
--- packages/gcc/gcc-native.inc	cc4d24806d661d7f81f992f3374fa964057f6b83
+++ packages/gcc/gcc-native.inc	cc4d24806d661d7f81f992f3374fa964057f6b83
@@ -0,0 +1,28 @@
+DEPENDS = ""
+PACKAGES = ""
+PROVIDES = "gcc-native-${PV}"
+
+inherit native
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
+
+# This is intended to be a -very- basic config
+EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \
+		--with-newlib \
+		--disable-shared \
+		--disable-threads \
+		--disable-multilib \
+		--disable-__cxa_atexit \
+		--enable-languages=c \
+		--enable-target-optspace \
+		--program-prefix=${TARGET_PREFIX}"
+
+do_install () {
+	:
+}
+
+do_stage () {
+	cd gcc
+	oe_runmake install-common install-headers install-libgcc
+	install -m 0755 xgcc ${STAGING_BINDIR}/gcc-${PV}
+}
============================================================
--- packages/gcc/gcc-native_3.4.4.bb	19c28b5b7930d8add4e173e6acb5e5d88687fba8
+++ packages/gcc/gcc-native_3.4.4.bb	19c28b5b7930d8add4e173e6acb5e5d88687fba8
@@ -0,0 +1,2 @@
+require gcc_${PV}.bb
+require gcc-native.inc






More information about the Openembedded-commits mailing list