More fixes for the Solaris/x86 build. Thanks to Will Metcalf.

This commit is contained in:
Mike Pall
2011-06-14 16:44:20 +02:00
parent 9cf2cd2a11
commit 3d1563524f
8 changed files with 15 additions and 7 deletions

View File

@@ -347,7 +347,7 @@ static const ELFheader elfhdr_template = {
.eosabi = 2,
#elif defined(__OpenBSD__)
.eosabi = 12,
#elif defined(__solaris__)
#elif (defined(__sun__) && defined(__svr4__)) || defined(__solaris__)
.eosabi = 6,
#else
.eosabi = 0,