mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117857
@ -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 New Issue
Block a user