mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
RedfishPkg: Add LOONGARCH64 as supported architecture
Add LOONGARCH64 as supported architecture in RedfishPkg. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
This commit is contained in:
parent
96ad9bd397
commit
800a46db98
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
// We dont support double on edk2
|
||||
#define HUGE_VAL 0
|
||||
|
||||
#if defined (MDE_CPU_X64) || defined (MDE_CPU_AARCH64) || defined (MDE_CPU_RISCV64)
|
||||
#if defined (MDE_CPU_X64) || defined (MDE_CPU_AARCH64) || defined (MDE_CPU_RISCV64) || defined (MDE_CPU_LOONGARCH64)
|
||||
//
|
||||
// With GCC we would normally use SIXTY_FOUR_BIT_LONG, but MSVC needs
|
||||
// SIXTY_FOUR_BIT, because 'long' is 32-bit and only 'long long' is
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
PLATFORM_VERSION = 1.0
|
||||
DSC_SPECIFICATION = 0x0001001c
|
||||
OUTPUT_DIRECTORY = Build/RedfishPkg
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64|AARCH64|RISCV64
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64|AARCH64|RISCV64|LOONGARCH64
|
||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue