summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2024-08-20 15:43:15 +0100
committerKhem Raj <raj.khem@gmail.com>2024-08-21 13:26:58 -0700
commit2b7433611d80f6d0ee1b04156fa91fc73d3c2665 (patch)
treeceec44b45167eea0c5834dd712d5c1730a9bc7c4
parentbff7fe1616602837e8bd7f2ac0d3f976f1069b73 (diff)
downloadmeta-clang-2b7433611d80f6d0ee1b04156fa91fc73d3c2665.tar.gz
Revert "libcxx: Do not induce -mbranch-protection externally on arm64"
This reverts commit 96b2f3da50c8cf814f661fba37df0a098457b016. The is required to be applied globally and not only for libcxx. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> (cherry picked from commit 9e0ef14c505b8621baad385328293f5eb2d1202a) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
-rw-r--r--recipes-devtools/clang/libcxx_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb
index 6289798..cd979a5 100644
--- a/recipes-devtools/clang/libcxx_git.bb
+++ b/recipes-devtools/clang/libcxx_git.bb
@@ -41,7 +41,6 @@ BUILD_CXXFLAGS += "-stdlib=libstdc++"
41BUILD_LDFLAGS += "-unwindlib=libgcc -rtlib=libgcc -stdlib=libstdc++" 41BUILD_LDFLAGS += "-unwindlib=libgcc -rtlib=libgcc -stdlib=libstdc++"
42BUILD_CPPFLAGS:remove = "-stdlib=libc++" 42BUILD_CPPFLAGS:remove = "-stdlib=libc++"
43BUILD_LDFLAGS:remove = "-stdlib=libc++ -lc++abi" 43BUILD_LDFLAGS:remove = "-stdlib=libc++ -lc++abi"
44TUNE_CCARGS:remove = "-mbranch-protection=standard"
45 44
46INHIBIT_DEFAULT_DEPS = "1" 45INHIBIT_DEFAULT_DEPS = "1"
47 46