mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
crunchide: add RISC-V to supported machine types
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f57605fb7d
commit
c8daf7a00f
1 changed files with 4 additions and 0 deletions
|
|
@ -187,6 +187,10 @@ ELFNAMEEND(check)(int fd, const char *fn)
|
|||
case /* EM_MIPS_RS3_LE */ EM_MIPS_RS4_BE: break;
|
||||
case EM_PPC: break;
|
||||
case EM_PPC64: break;
|
||||
#ifndef EM_RISCV
|
||||
#define EM_RISCV 243
|
||||
#endif
|
||||
case EM_RISCV: break;
|
||||
case EM_SPARCV9: break;
|
||||
case EM_X86_64: break;
|
||||
/* ELFDEFNNAME(MACHDEP_ID_CASES) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue