public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/1] StandaloneMmPkg: Support CLANGPDB builds
@ 2021-10-14 19:05 Marvin Häuser
  2021-10-14 19:05 ` [PATCH v2 1/1] " Marvin Häuser
  0 siblings, 1 reply; 4+ messages in thread
From: Marvin Häuser @ 2021-10-14 19:05 UTC (permalink / raw)
  To: devel

V2: Update patch to account for ARM support

Currently, the flag "-fpie" is passed for all builds with a GCC
family toolchain, including CLANGPDB. CLANGPDB however does not
support this flag as it generates PE/COFF files directly.

As the flag is mostly required for ARM-specific self-relocation, drop
it for other architectures and document the limitation to enable e.g.
X64 CLANGPDB builds of StandaloneMmCore.

Marvin Häuser (1):
  StandaloneMmPkg: Support CLANGPDB builds

 StandaloneMmPkg/Core/StandaloneMmCore.inf                                         | 12 ++++++++++--
 StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf |  9 ++++++++-
 2 files changed, 18 insertions(+), 3 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-18 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-14 19:05 [PATCH v2 0/1] StandaloneMmPkg: Support CLANGPDB builds Marvin Häuser
2021-10-14 19:05 ` [PATCH v2 1/1] " Marvin Häuser
2021-10-18  1:18   ` [edk2-devel] " Steven Shi
2021-10-18 13:52     ` Ard Biesheuvel

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