tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.38k stars 2.4k forks source link

UefiCpuPkg/SmmCpuExceptionHandlerLib: Extend reloc flag to GCC #5850

Open makubacki opened 6 days ago

makubacki commented 6 days ago

Description

When building standalone MM core module, the relocation is also disabled, and this will introduce a linker break with GCC.

Thus, extending the flag to cover GCC builds as well.

How This Was Tested

Integration Instructions

N/A