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:
Bjoern A. Zeeb 2017-01-10 14:40:30 +00:00
parent ce790c9008
commit 4a6768e64c

View File

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