mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Teach crunchide(1) about PowerPC ELF.
PR: 54526 Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
This commit is contained in:
parent
1af801930b
commit
930d8c703a
1 changed files with 4 additions and 0 deletions
|
|
@ -160,6 +160,10 @@ ELFNAMEEND(check)(int fd, const char *fn)
|
|||
#define EM_IA_64 50
|
||||
#endif
|
||||
case EM_IA_64: break;
|
||||
#ifndef EM_PPC
|
||||
#define EM_PPC 20
|
||||
#endif
|
||||
case EM_PPC: break;
|
||||
#ifndef EM_SPARCV9
|
||||
#define EM_SPARCV9 43
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue