Cleanup some arch defines and fix builds.

This commit is contained in:
Mike Pall
2020-06-15 11:23:04 +02:00
parent d333b1a6fe
commit 34e53736c6
8 changed files with 31 additions and 17 deletions

View File

@@ -363,7 +363,7 @@ static const ELFheader elfhdr_template = {
.eosabi = 12,
#elif defined(__DragonFly__)
.eosabi = 0,
#elif (defined(__sun__) && defined(__svr4__))
#elif LJ_TARGET_SOLARIS
.eosabi = 6,
#else
.eosabi = 0,