Cleanup some arch defines and fix builds.
This commit is contained in:
@@ -4734,7 +4734,7 @@ static void emit_asm_debug(BuildCtx *ctx)
|
||||
".LEFDE1:\n\n", (int)ctx->codesz - fcofs);
|
||||
#endif
|
||||
#if !LJ_NO_UNWIND
|
||||
#if (defined(__sun__) && defined(__svr4__))
|
||||
#if LJ_TARGET_SOLARIS
|
||||
fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@unwind\n");
|
||||
#else
|
||||
fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n");
|
||||
|
||||
Reference in New Issue
Block a user