base/asm-common.h (FORCE_EXECUTABLE_STACK): Rename from `WANT...'.
[catacomb] / base / asm-common.h
index 323f2e8..2b06e52 100644 (file)
@@ -1199,7 +1199,7 @@ name:
 #  define SIZE_OBJ(name)
 #endif
 
-#if __ELF__ && !defined(WANT_EXECUTABLE_STACK)
+#if __ELF__ && !defined(FORCE_EXECUTABLE_STACK)
        .pushsection .note.GNU-stack, "", _SECTTY(progbits)
        .popsection
 #endif