Define _GNU_SOURCE for GNU extensions.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11602 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-03-06 13:42:17 +00:00
parent 9c523f7e48
commit 61f6087c2a

View File

@ -24,7 +24,8 @@ C++FLAGS = [ Filter $(C++FLAGS) : -nostdinc ] ;
Objects [ FGristFiles additional_commands.c ] ;
ObjectsDefines [ FGristFiles additional_commands.c ] : _NO_INLINE_ASM ;
ObjectsDefines [ FGristFiles additional_commands.c ]
: _NO_INLINE_ASM _GNU_SOURCE ;
# Reset CCFLAGS and C++FLAGS to original values.
CCFLAGS = $(oldCCFLAGS) ;