Skip to content

Commit f808480

Browse files
authored
Merge pull request #763 from yorickdowne/master
2 parents d3965d1 + dcc7db1 commit f808480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/Base.subproj/CFAsmMacros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define CONCAT_EXPANDED(a,b) CONCAT(a,b)
1515
#define _C_LABEL(name) CONCAT_EXPANDED(__USER_LABEL_PREFIX__,name)
1616

17-
#if defined(__GNU__) || defined(__ANDROID__) || defined(__FreeBSD__)
17+
#if defined(__GNU__) || defined(__GNUC__) || defined(__ANDROID__) || defined(__FreeBSD__)
1818
#define NO_EXEC_STACK_DIRECTIVE .section .note.GNU-stack,"",%progbits
1919
#else
2020
#define NO_EXEC_STACK_DIRECTIVE

0 commit comments

Comments
 (0)