1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

crunchide: add RISC-V to supported machine types

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-12-11 13:55:31 +00:00
parent f57605fb7d
commit c8daf7a00f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292106

View File

@ -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) */