Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 210869834639c1150b1f016e2022472a55cdd884 https://github.com/tianocore/edk2/commit/210869834639c1150b1f016e2022472a55cdd884 Author: Marvin Häuser <mhaeu...@posteo.de> Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths: M StandaloneMmPkg/Core/StandaloneMmCore.inf M StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf Log Message: ----------- StandaloneMmPkg: Support CLANGPDB builds 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. Signed-off-by: Marvin Häuser <mhaeu...@posteo.de> Acked-by: Shi Steven <steven....@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits