public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/1] BaseTools: disable stack protector (gcc, AARCH64)
@ 2022-04-19 14:46 Oliver Steffen
  2022-04-19 14:46 ` [PATCH 1/1] " Oliver Steffen
  0 siblings, 1 reply; 4+ messages in thread
From: Oliver Steffen @ 2022-04-19 14:46 UTC (permalink / raw)
  To: devel; +Cc: bob.c.feng, gaoliming, yuwei.chen, Oliver Steffen

PR: https://github.com/tianocore/edk2/pull/2795

Explicity disable the stack protection with
-fno-stack-protection for builds using GCC on
AARCH64.

The gcc on Ubuntu enables -fstack-protector-strong
by default starting with Ubuntu 21.10.

GenFw fails if stack protection is enabled.

Oliver Steffen (1):
  BaseTools: disable stack protector (gcc, AARCH64)

 BaseTools/Conf/tools_def.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-04-20  7:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-19 14:46 [PATCH 0/1] BaseTools: disable stack protector (gcc, AARCH64) Oliver Steffen
2022-04-19 14:46 ` [PATCH 1/1] " Oliver Steffen
2022-04-19 23:36   ` 回复: [edk2-devel] " gaoliming
2022-04-20  7:39     ` Oliver Steffen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox