summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2022-10-24 20:45:17 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2022-11-08 18:36:18 +0000
commit26b12e084bce78f339bf9069ff25e0128313d9bc (patch)
tree9f7ad4fe5bc260fb82bc30888c1941e2f355350d /arch/arm/kernel
parenta2faac39866d0313f3ca59c36a9f4e077faf4f53 (diff)
downloadlinux-26b12e084bce78f339bf9069ff25e0128313d9bc.tar.gz
linux-26b12e084bce78f339bf9069ff25e0128313d9bc.tar.bz2
linux-26b12e084bce78f339bf9069ff25e0128313d9bc.zip
ARM: 9264/1: only use -mtp=cp15 for the compiler
Avoids an error from the assembler for CONFIG_THUMB2 kernels: clang-15: error: hardware TLS register is not supported for the thumbv4t sub-architecture This flag only makes sense to pass to the compiler, not the assembler. Perhaps CFLAGS_ABI can be renamed to CPPFLAGS_ABI to reflect that they will be passed to both the compiler and assembler for sources that require pre-processing. Reviewed-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/kernel')
0 files changed, 0 insertions, 0 deletions