diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-15 19:49:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2016-10-15 19:49:43 -0700 |
commit | dd04c7f561c66e6edd9363e5da266fffa3bca26e (patch) | |
tree | d1aca2643c90a20b5a9cd56f40504680b53c84f1 /recipes-devtools/clang/compiler-rt_git.bb | |
parent | afcd6a10cf70ffc92f6be8a13e57647635555192 (diff) | |
download | meta-clang-dd04c7f561c66e6edd9363e5da266fffa3bca26e.tar.gz |
clang/llvm: Switch to 4.0.0 development version
3.9 is now branched for morty
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/compiler-rt_git.bb')
-rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 7aa3fd6..36171d4 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb | |||
@@ -17,11 +17,9 @@ PV .= "+git${SRCPV}" | |||
17 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=bf24bca27049b52e9738451aa55771d4; \ | 17 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=bf24bca27049b52e9738451aa55771d4; \ |
18 | " | 18 | " |
19 | SRC_URI = "${LLVM_GIT}/compiler-rt.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=compiler-rt \ | 19 | SRC_URI = "${LLVM_GIT}/compiler-rt.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=compiler-rt \ |
20 | file://0001-compiler-rt-Fix-target-architecture-matching.patch \ | 20 | file://0001-support-a-new-embedded-linux-target.patch \ |
21 | file://0002-support-a-new-embedded-linux-target.patch \ | 21 | file://0002-Simplify-cross-compilation.-Don-t-use-native-compile.patch \ |
22 | file://0003-Simplify-cross-compilation.-Don-t-use-native-compile.patch \ | 22 | file://0003-Disable-tsan-on-OE-glibc.patch \ |
23 | file://0004-Disable-tsan-on-OE-glibc.patch \ | ||
24 | file://0005-builtins-Specifiy-builtins-using-VFP-separately.patch \ | ||
25 | " | 23 | " |
26 | 24 | ||
27 | SRCREV_FORMAT = "compiler-rt" | 25 | SRCREV_FORMAT = "compiler-rt" |