INTEGRATION: CWS cmcfixes23 (1.20.90); FILE MERGED

2006/01/12 10:39:57 cmc 1.20.90.2: RESYNC: (1.20-1.21); FILE MERGED
2005/11/29 13:56:41 cmc 1.20.90.1: #i44027# enable building out of the box with ntpl
This commit is contained in:
Oliver Bolte 2006-01-20 09:50:33 +00:00
parent c32c444fe1
commit 32992ace99

View file

@ -4,9 +4,9 @@
#
# $RCSfile: unxlngppc.mk,v $
#
# $Revision: 1.21 $
# $Revision: 1.22 $
#
# last change: $Author: rt $ $Date: 2005-12-14 10:27:51 $
# last change: $Author: obo $ $Date: 2006-01-20 10:50:33 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -46,7 +46,7 @@ JAVAFLAGSDEBUG=-g
#LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter"
# _PTHREADS is needed for the stl
CDEFS+=-DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DPOWERPC -DPPC
CDEFS+=$(PTHREAD_CFLAGS) -DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DPOWERPC -DPPC
# enable visibility define in "sal/types.h"
.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"