mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 05:04:24 +02:00
MdePkg/BaseSafeIntLib: Add RISCV64 arch for BaseSafeIntLib.
Add RISCV64 arch for BaseSafeIntLib library. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2672 Signed-off-by: Abner Chang <abner.chang@hpe.com> Reviewed-by: Leif Lindholm <leif@nuviainc.com> Reviewed-by: Zhiguang Liu <zhiguang.liu@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Gilbert Chen <gilbert.chen@hpe.com> Cc: Daniel Helmut Schaefer <daniel.schaefer@hpe.com>
This commit is contained in:
parent
8c43227c64
commit
4e74764245
@ -6,6 +6,8 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
||||||
# Copyright (c) 2017, Microsoft Corporation
|
# Copyright (c) 2017, Microsoft Corporation
|
||||||
|
# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
|
||||||
|
|
||||||
#
|
#
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
@ -23,7 +25,7 @@
|
|||||||
#
|
#
|
||||||
# The following information is for reference only and not required by the build tools.
|
# The following information is for reference only and not required by the build tools.
|
||||||
#
|
#
|
||||||
# VALID_ARCHITECTURES = IA32 X64
|
# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
|
||||||
#
|
#
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
@ -32,7 +34,7 @@
|
|||||||
[Sources.Ia32, Sources.ARM]
|
[Sources.Ia32, Sources.ARM]
|
||||||
SafeIntLib32.c
|
SafeIntLib32.c
|
||||||
|
|
||||||
[Sources.X64, Sources.AARCH64]
|
[Sources.X64, Sources.AARCH64, Sources.RISCV64]
|
||||||
SafeIntLib64.c
|
SafeIntLib64.c
|
||||||
|
|
||||||
[Sources.EBC]
|
[Sources.EBC]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user