Skip to content

Commit

Permalink
Revert "libcxx: Do not induce -mbranch-protection externally on arm64"
Browse files Browse the repository at this point in the history
This reverts commit 96b2f3d.

The is required to be applied globally and not only for libcxx.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
  • Loading branch information
quaresmajose authored and kraj committed Aug 21, 2024
1 parent ee30860 commit 9e0ef14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes-devtools/clang/libcxx_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9e0ef14

Please sign in to comment.