Added -D_REENTRANT to CPPFLAGS.

This commit is contained in:
Janet B. Anderson
2004-04-05 14:36:30 +00:00
parent 4a03176538
commit da35bba798
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
include $(CONFIG)/os/CONFIG.Common.solaris-sparc
# CONFIG.Common.solaris-sparc
COMPILER_CPPFLAGS =
COMPILER_CPPFLAGS = -D_REENTRANT
OP_SYS_LDLIBS_8 = -lc
OP_SYS_LDLIBS_9 = -lc

View File

@@ -10,7 +10,7 @@
# Include definitions common to all solaris-x86 target archs
include $(CONFIG)/os/CONFIG.Common.solaris-x86
COMPILER_CPPFLAGS =
COMPILER_CPPFLAGS = -D_REENTRANT
OP_SYS_LDLIBS_8 = -lc
OP_SYS_LDLIBS_9 = -lc