From c89269e20dfb02cbd9e5c63aea61b0a2eae047f4 Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Sun, 26 Feb 2012 12:14:15 -0800 Subject: [PATCH] a.out format does not support many .section directives --- src/libFLAC/ia32/nasm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libFLAC/ia32/nasm.h b/src/libFLAC/ia32/nasm.h index afc3e12a..84557722 100644 --- a/src/libFLAC/ia32/nasm.h +++ b/src/libFLAC/ia32/nasm.h @@ -74,5 +74,7 @@ _%1: %1: %endmacro +%ifndef OBJ_FORMAT_aout section .note.GNU-stack progbits noalloc noexec nowrite align=1 +%endif