mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-24 02:51:43 +01:00
Add support for TileGX
Fixes: https://bugs.debian.org/847560 Signed-off-by: Guillem Jover <guillem@hadrons.org>
This commit is contained in:
parent
9bed430ee3
commit
b2b1020d8e
@ -185,6 +185,12 @@
|
||||
#endif
|
||||
#define ELF_TARG_DATA ELFDATA2MSB
|
||||
|
||||
#elif defined(__tilegx__)
|
||||
|
||||
#define ELF_TARG_MACH EM_TILEGX
|
||||
#define ELF_TARG_CLASS ELFCLASS64
|
||||
#define ELF_TARG_DATA ELFDATA2LSB
|
||||
|
||||
#elif defined(__or1k__)
|
||||
|
||||
#define ELF_TARG_MACH EM_OPENRISC
|
||||
|
Loading…
x
Reference in New Issue
Block a user