$OpenBSD: patch-src_host_buildvm_asm_c,v 1.2 2013/10/05 15:51:08 abieber Exp $

.gnu_attribute requires binutils 2.18

--- src/host/buildvm_asm.c.orig	Mon Jun  3 13:00:00 2013
+++ src/host/buildvm_asm.c	Sat Oct  5 09:33:08 2013
@@ -289,12 +289,14 @@ void emit_asm(BuildCtx *ctx)
 #if !LJ_TARGET_PS3
     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:
