diff options
Diffstat (limited to 'src/host')
-rw-r--r-- | src/host/buildvm_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/buildvm_asm.c b/src/host/buildvm_asm.c index ffd14903..43595b31 100644 --- a/src/host/buildvm_asm.c +++ b/src/host/buildvm_asm.c | |||
@@ -338,7 +338,7 @@ void emit_asm(BuildCtx *ctx) | |||
338 | #if !(LJ_TARGET_PS3 || LJ_TARGET_PSVITA) | 338 | #if !(LJ_TARGET_PS3 || LJ_TARGET_PSVITA) |
339 | fprintf(ctx->fp, "\t.section .note.GNU-stack,\"\"," ELFASM_PX "progbits\n"); | 339 | fprintf(ctx->fp, "\t.section .note.GNU-stack,\"\"," ELFASM_PX "progbits\n"); |
340 | #endif | 340 | #endif |
341 | #if LJ_TARGET_PPC && !LJ_TARGET_PS3 | 341 | #if LJ_TARGET_PPC && !LJ_TARGET_PS3 && !LJ_ABI_SOFTFP |
342 | /* Hard-float ABI. */ | 342 | /* Hard-float ABI. */ |
343 | fprintf(ctx->fp, "\t.gnu_attribute 4, 1\n"); | 343 | fprintf(ctx->fp, "\t.gnu_attribute 4, 1\n"); |
344 | #endif | 344 | #endif |