From: Sascha Wildner Date: Tue, 13 Dec 2011 13:40:40 +0000 (+0100) Subject: : Add an EM_ALPHA #define. X-Git-Tag: v3.0.0~399 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/cfade883835054370676cf50745924229b2dbdec : Add an EM_ALPHA #define. It seems to help with building openjdk. The value the same in binutils too. Taken-from: FreeBSD Reported-by: dfcat on #dragonflybsd --- diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 7c6eceb969..89aa5f12a1 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -224,6 +224,7 @@ typedef struct { #define EM_486 6 /* Intel i486. */ #define EM_MIPS_RS4_BE 10 /* MIPS R4000 Big-Endian */ #define EM_ALPHA_STD 41 /* Digital Alpha (standard value). */ +#define EM_ALPHA 0x9026 /* Alpha (written in the absence of an ABI) */ #define EM_NUM 111