summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/compiler-rt_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/compiler-rt_git.bb')
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index 5f8a81d..e15d15a 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -11,7 +11,7 @@ DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}"
11 11
12require clang.inc 12require clang.inc
13 13
14BRANCH ?= "master" 14BRANCH ?= "release_37"
15 15
16LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=27b14ab4ce08d04c3a9a5f0ed7997362; \ 16LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=27b14ab4ce08d04c3a9a5f0ed7997362; \
17 " 17 "
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/llvm-mirror/compiler-rt.git;branch=${BRANCH};name=co
19 file://0001-support-a-new-embedded-linux-target.patch \ 19 file://0001-support-a-new-embedded-linux-target.patch \
20 " 20 "
21 21
22SRCREV_compiler-rt = "0a93a02dc42d75bad5b7c7dad975a488e2833fcc" 22SRCREV_compiler-rt = "b5214093d4c91ed5352d35ee9126665fabfa97fe"
23 23
24SRCREV_FORMAT = "compiler-rt" 24SRCREV_FORMAT = "compiler-rt"
25 25
@@ -35,7 +35,7 @@ do_configure () {
35 35
36do_compile () { 36do_compile () {
37 cd ${B} 37 cd ${B}
38 oe_runmake VERBOSE=1 clang_linux_embedded 38 oe_runmake VERBOSE=1 clang_linux
39} 39}
40 40
41#PROVIDES_append_class-target = "\ 41#PROVIDES_append_class-target = "\