From 8424eec49155f201ba2d246f2516171ed5978506 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 29 Aug 2019 17:09:37 -0700 Subject: clang: Update to 9.0-rc3 Default to ssp and pie irrespective of GCCPIE this lets us build one clang for all Signed-off-by: Khem Raj --- recipes-devtools/clang/clang.inc | 2 +- recipes-devtools/clang/common.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index cf7d2fb..798f4f1 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -8,7 +8,7 @@ MAJOR_VER = "9" MINOR_VER = "0" PATCH_VER = "0" -SRCREV ?= "b2b72eca6623ebb9d70052a8546508c34fccb42c" +SRCREV ?= "1cf7a88045ced9f19f5e6dc0add51723d39eef7f" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/${MAJOR_VER}.x" diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 82f5bfd..dc73081 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc @@ -16,7 +16,7 @@ SRC_URI = "\ file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ file://0007-llvm-allow-env-override-of-exe-path.patch \ file://0008-llvm-Enhance-path-prefix-mapping.patch \ - ${@'file://0009-clang-Enable-SSP-and-PIE-by-default.patch' if '${GCCPIE}' else ''} \ + file://0009-clang-Enable-SSP-and-PIE-by-default.patch \ file://0010-clang-driver-Use-lib-for-ldso-on-OE.patch \ file://0011-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch \ file://0012-clang-musl-ppc-does-not-support-128-bit-long-double.patch \ -- cgit v1.2.3-54-g00ecf