Skip to content

Commit

Permalink
Revert "base: lmp: clang: disable -mbranch-protection=standard"
Browse files Browse the repository at this point in the history
This reverts commit d4ea784.

Proposed upstream kraj/meta-clang#1000

First fix attempt [1] end up reverted [2] because libcxx is not enough.
[1] foundriesio#1481
[2] foundriesio#1500

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Aug 20, 2024
1 parent 5f8d50a commit 90dca66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions meta-lmp-base/conf/distro/include/lmp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ include conf/distro/include/cve-lmp-extra-exclusions.inc
CVE_CHECK_REPORT_PATCHED ?= "0"
CVE_CHECK_SKIP_RECIPE ?= "qemu-native qemu-system-native"

# Disable branch-protection=standard from clang until properly validated (causes issues on aktualizr)
TUNE_CCARGS:remove:toolchain-clang = "${@bb.utils.contains('TUNE_FEATURES', 'aarch64', '-mbranch-protection=standard', '', d)}"

# Include distro features in pre-build configuration output
BUILDCFG_VARS += "DISTRO_FEATURES"

Expand Down

0 comments on commit 90dca66

Please sign in to comment.