mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Teach crunchide about EM_S390 to make bootstrapping from future
releases easier unless someone will fix the PR properly. MFC after: 3 days PR: 215940
This commit is contained in:
parent
ce790c9008
commit
4a6768e64c
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ ELFNAMEEND(check)(int fd, const char *fn)
|
|||
#define EM_RISCV 243
|
||||
#endif
|
||||
case EM_RISCV: break;
|
||||
case EM_S390: break;
|
||||
case EM_SPARCV9: break;
|
||||
case EM_X86_64: break;
|
||||
/* ELFDEFNNAME(MACHDEP_ID_CASES) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue