mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
libefivar: define MDE_CPU_RISCV64
The necessary definitions from EDK2 are present, so this allows the library to be built on RISC-V.
This commit is contained in:
parent
866a5d1298
commit
10aabc8b83
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362972
@ -104,6 +104,8 @@ typedef void VOID;
|
||||
#define MDE_CPU_ARM
|
||||
#elif defined(__aarch64__)
|
||||
#define MDE_CPU_AARCH64
|
||||
#elif defined(__riscv)
|
||||
#define MDE_CPU_RISCV64
|
||||
#endif
|
||||
/* FreeBSD doesn't have/use MDE_CPU_EBC or MDE_CPU_IPF (ia64) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user