From 919ca290645916b3122e90abc221a173f62f9ce8 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Tue, 20 Aug 2024 15:43:15 +0100 Subject: [PATCH] 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 --- recipes-devtools/clang/libcxx_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index 8b57dfc1..ebc29bac 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb @@ -41,7 +41,6 @@ BUILD_CXXFLAGS += "-stdlib=libstdc++" BUILD_LDFLAGS += "-unwindlib=libgcc -rtlib=libgcc -stdlib=libstdc++" BUILD_CPPFLAGS:remove = "-stdlib=libc++" BUILD_LDFLAGS:remove = "-stdlib=libc++ -lc++abi" -TUNE_CCARGS:remove = "-mbranch-protection=standard" INHIBIT_DEFAULT_DEPS = "1"