From 12b98a5e70fc680e16dfe9e76e844d0d8276fa67 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 Aug 2018 19:10:35 -0700 Subject: recipes: Upgrade to clang 7.0.0 Release (rc2) - Update compiler-rt/llvm/clang/lld licence checksums Triggerred due to copyright year update to 2018 Add libunwind and libcxxabi license to checksum list too - Switch to https protocol for fetching from github - Fix _finite functions on musl - Package new .so files built with clang - package libLLVM-${MAJOR_VER}.so as well since llvm-7 generates it without MINOR_VERSION Signed-off-by: Khem Raj --- .../0004-cmake-mips-Do-not-specify-target-with-OE.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch') diff --git a/recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch b/recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch index 31daad0..5868c6e 100644 --- a/recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch +++ b/recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch @@ -1,4 +1,4 @@ -From 39e3271f270f75a4d65128f79be1dd3e455f5c85 Mon Sep 17 00:00:00 2001 +From 4c3f384a73a545183b0210f20ab84e7a5075b209 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 11 Feb 2017 17:54:33 +0000 Subject: [PATCH 4/5] cmake/mips: Do not specify --target with OE @@ -20,10 +20,10 @@ Signed-off-by: Khem Raj 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/base-config-ix.cmake b/cmake/base-config-ix.cmake -index b208f0852..2555b5e5b 100644 +index 91fe2494b..789b80628 100644 --- a/cmake/base-config-ix.cmake +++ b/cmake/base-config-ix.cmake -@@ -169,11 +169,11 @@ macro(test_targets) +@@ -191,11 +191,11 @@ macro(test_targets) # clang's default CPU's. In the 64-bit case, we must also specify the ABI # since the default ABI differs between gcc and clang. # FIXME: Ideally, we would build the N32 library too. @@ -40,5 +40,5 @@ index b208f0852..2555b5e5b 100644 if(WIN32) test_target_arch(arm "" "" "") -- -2.16.1 +2.18.0 -- cgit v1.2.3-54-g00ecf