From: Koen Kooi Date: Mon, 2 Apr 2007 19:42:50 +0000 (+0000) Subject: llvm: add cvs version of llvm-native, this adds ARM support to the 1.9 version X-Git-Tag: Release-2010-05/1~8868^2~845 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865302bba116b9f67fc33869dc50624c8f2455a7;p=openembedded.git llvm: add cvs version of llvm-native, this adds ARM support to the 1.9 version --- diff --git a/packages/llvm/llvm-native_cvs.bb b/packages/llvm/llvm-native_cvs.bb new file mode 100644 index 0000000000..b3dfdebb2c --- /dev/null +++ b/packages/llvm/llvm-native_cvs.bb @@ -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}/ +}