[oe-commits] org.oe.dev llvm: add cvs version of llvm-native, this adds ARM support to the 1.9 version

koen commit openembedded-commits at lists.openembedded.org
Mon Apr 2 19:43:02 UTC 2007


llvm: add cvs version of llvm-native, this adds ARM support to the 1.9 version

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a36c2e4f725d1dcb9123c2f5d6f08cb2e4123413
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a36c2e4f725d1dcb9123c2f5d6f08cb2e4123413
Files:
1
packages/llvm/llvm-native_cvs.bb
Diffs:

#
# mt diff -r266848907536e94813ffe2b7026218de2bc4b900 -ra36c2e4f725d1dcb9123c2f5d6f08cb2e4123413
#
# 
# 
# add_file "packages/llvm/llvm-native_cvs.bb"
#  content [2dc12cc7ec6329a8a3655a535b04f5c97a2bc014]
# 
============================================================
--- packages/llvm/llvm-native_cvs.bb	2dc12cc7ec6329a8a3655a535b04f5c97a2bc014
+++ packages/llvm/llvm-native_cvs.bb	2dc12cc7ec6329a8a3655a535b04f5c97a2bc014
@@ -0,0 +1,13 @@
+require llvm.inc
+
+inherit native
+
+PV = "1.9+cvs${SRCDATE}"
+
+SRC_URI = "cvs://anon@llvm.org/var/cvs/llvm;module=llvm"
+
+S = "${WORKDIR}/llvm"
+
+do_stage() {
+	install -m 755 ${S}/Debug/bin/* ${STAGING_BINDIR_NATIVE}/
+}






More information about the Openembedded-commits mailing list