Fix DragonFly build (unsupported).
Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli.
This commit is contained in:
@@ -356,6 +356,8 @@ static const ELFheader elfhdr_template = {
|
||||
.eosabi = 2,
|
||||
#elif defined(__OpenBSD__)
|
||||
.eosabi = 12,
|
||||
#elif defined(__DragonFly__)
|
||||
.eosabi = 0,
|
||||
#elif (defined(__sun__) && defined(__svr4__))
|
||||
.eosabi = 6,
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user