powerpc/64s: Disable pcrel code model on Clang
authorNicholas Piggin <npiggin@gmail.com>
Wed, 26 Apr 2023 05:58:39 +0000 (15:58 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 26 Apr 2023 06:21:33 +0000 (16:21 +1000)
commit169f8997968ab620d750d9a45e15c5288d498356
tree8d1bb8c8c1bca78de830a0004d64be93bd9da227
parent0c993300d52bf5ce9b951c3b6b25d0d14acc49a9
powerpc/64s: Disable pcrel code model on Clang

Clang has a bug that casues the pcrel code model not to be used when any of
-msoft-float, -mno-altivec, or -mno-vsx are set. Leaving these off causes
FP/vector instructions to be generated, causing crashes. So disable pcrel
for clang for now.

Fixes: 7e3a68be42e10 ("powerpc/64: vmlinux support building with PCREL addresing")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230426055848.402993-3-npiggin@gmail.com
arch/powerpc/Kconfig