mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
threading portability improvement
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33995 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
241155db60
commit
3312c2634a
6 changed files with 14 additions and 5 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-10-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/unix/Makefile.preamble:
|
||||
* Source/win32/Makefile.preamble:
|
||||
* Source/ObjectiveC2/Makefile.preamble:
|
||||
* Source/Additions/Makefile.preamble:
|
||||
* Source/Makefile.preamble:
|
||||
Define _REENTRANT as well as _XOPEN_SOURCE for maximum portability.
|
||||
|
||||
2011-10-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSBundle.m:
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS) \
|
||||
-D_XOPEN_SOURCE=600 \
|
||||
-D_XOPEN_SOURCE=600 -D_REENTRANT\
|
||||
$(WARN_FLAGS) -DNO_GNUSTEP=1
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS) $(CONFIG_SYSTEM_DEFS) \
|
||||
-D_XOPEN_SOURCE=600 \
|
||||
-D_XOPEN_SOURCE=600 -D_REENTRANT\
|
||||
$(WARN_FLAGS) \
|
||||
-Wcast-align \
|
||||
#-Wstrict-prototypes \
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS) \
|
||||
-D_XOPEN_SOURCE=600 \
|
||||
-D_XOPEN_SOURCE=600 -D_REENTRANT\
|
||||
$(WARN_FLAGS)
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS) \
|
||||
-D_XOPEN_SOURCE=600 \
|
||||
-D_XOPEN_SOURCE=600 -D_REENTRANT\
|
||||
$(WARN_FLAGS)
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS) \
|
||||
-D_XOPEN_SOURCE=600 \
|
||||
-D_XOPEN_SOURCE=600 -D_REENTRANT\
|
||||
$(WARN_FLAGS)
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue