summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-11-14 16:54:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-11-14 16:54:36 +0100
commit082680652836cd17f2e0bb3da5bec35789e93483 (patch)
tree9fe6b06cade79c42c319370ac0f87d6cb4b01d4d /Makefile
parentf1b22deeb6ed8bfef865990b8404874e66f9b4d7 (diff)
parent473e5fc818d667d742b4388da8b420e888f2ba28 (diff)
downloadbarebox-082680652836cd17f2e0bb3da5bec35789e93483.tar.gz
Merge branch 'for-next/arm64-entry'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd6cb471e1..fc11189d23 100644
--- a/Makefile
+++ b/Makefile
@@ -660,8 +660,7 @@ KBUILD_CFLAGS += $(call cc-option,-fno-stack-check)
KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none)
# We don't have the necessary infrastructure to benefit from ARMv8.3+ pointer
-# authentication. On older CPUs, they are interpreted as NOPs and blot the
-# code and break less portable code that expects a very specific code layout
+# authentication. On older CPUs, they are interpreted as NOPs bloating the code
KBUILD_CFLAGS += $(call cc-option,-mbranch-protection=none)
KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)