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:
parent
9c523f7e48
commit
61f6087c2a
@ -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) ;
|
||||
|
Loading…
Reference in New Issue
Block a user