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 <[email protected]>
  • Loading branch information
quaresmajose committed Aug 20, 2024
1 parent bcbde69 commit 919ca29
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 919ca29

Please sign in to comment.