SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
lang/luajit/patches/patch-src_host_buildvm_asm_c
Normal file
19
lang/luajit/patches/patch-src_host_buildvm_asm_c
Normal file
|
@ -0,0 +1,19 @@
|
|||
.gnu_attribute requires binutils 2.18
|
||||
|
||||
--- src/host/buildvm_asm.c.orig Tue May 2 04:11:00 2017
|
||||
+++ src/host/buildvm_asm.c Tue May 2 11:40:27 2017
|
||||
@@ -290,12 +290,14 @@ void emit_asm(BuildCtx *ctx)
|
||||
#if !(LJ_TARGET_PS3 || LJ_TARGET_PSVITA)
|
||||
fprintf(ctx->fp, "\t.section .note.GNU-stack,\"\"," ELFASM_PX "progbits\n");
|
||||
#endif
|
||||
+#if 0
|
||||
#if LJ_TARGET_PPCSPE
|
||||
/* Soft-float ABI + SPE. */
|
||||
fprintf(ctx->fp, "\t.gnu_attribute 4, 2\n\t.gnu_attribute 8, 3\n");
|
||||
#elif LJ_TARGET_PPC && !LJ_TARGET_PS3
|
||||
/* Hard-float ABI. */
|
||||
fprintf(ctx->fp, "\t.gnu_attribute 4, 1\n");
|
||||
+#endif
|
||||
#endif
|
||||
/* fallthrough */
|
||||
case BUILD_coffasm:
|
Loading…
Add table
Add a link
Reference in a new issue