All of lore.kernel.org
 help / color / mirror / Atom feed
* "arm64: Silence gcc warnings about arch ABI drift" breaks clang
@ 2019-06-07 15:22 ` Qian Cai
  0 siblings, 0 replies; 12+ messages in thread
From: Qian Cai @ 2019-06-07 15:22 UTC (permalink / raw)
  To: Dave Martin
  Cc: Will Deacon, Catalin Marinas, linux-arm-kernel,
	linux-kernel@vger.kernel.org, Ard Biesheuvel, linux-efi

The linux-next commit "arm64: Silence gcc warnings about arch ABI drift" [1]
breaks clang build where it screams that unknown option "-Wno-psabi" and
generates errors below,

[1] https://lore.kernel.org/linux-arm-kernel/1559817223-32585-1-git-send-email-D
ave.Martin@arm.com/

./drivers/firmware/efi/libstub/arm-stub.stub.o: In function
`install_memreserve_table':
./linux/drivers/firmware/efi/libstub/arm-stub.c:73: undefined reference to
`__efistub___stack_chk_guard'
./linux/drivers/firmware/efi/libstub/arm-stub.c:73: undefined reference to
`__efistub___stack_chk_guard'
./linux/drivers/firmware/efi/libstub/arm-stub.c:93: undefined reference to
`__efistub___stack_chk_guard'
./linux/drivers/firmware/efi/libstub/arm-stub.c:93: undefined reference to
`__efistub___stack_chk_guard'
./linux/drivers/firmware/efi/libstub/arm-stub.c:94: undefined reference to
`__efistub___stack_chk_fail

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-06-07 15:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-07 15:22 "arm64: Silence gcc warnings about arch ABI drift" breaks clang Qian Cai
2019-06-07 15:22 ` Qian Cai
2019-06-07 15:25 ` Will Deacon
2019-06-07 15:25   ` Will Deacon
2019-06-07 15:26   ` Qian Cai
2019-06-07 15:26     ` Qian Cai
2019-06-07 15:40     ` Nathan Chancellor
2019-06-07 15:40       ` Nathan Chancellor
2019-06-07 15:41       ` Will Deacon
2019-06-07 15:41         ` Will Deacon
2019-06-07 15:42       ` Dave Martin
2019-06-07 15:42         ` Dave Martin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.