INTEGRATION: CWS ause058 (1.23.162); FILE MERGED

2006/06/26 12:28:30 hjs 1.23.162.2: RESYNC: (1.23-1.24); FILE MERGED
2006/06/13 16:21:24 hjs 1.23.162.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport
This commit is contained in:
Kurt Zenker 2006-07-05 21:05:50 +00:00
parent ff49c70258
commit 9fce5bee37

View file

@ -4,9 +4,9 @@
#
# $RCSfile: unxsols4.mk,v $
#
# $Revision: 1.24 $
# $Revision: 1.25 $
#
# last change: $Author: hr $ $Date: 2006-06-19 17:17:40 $
# last change: $Author: kz $ $Date: 2006-07-05 22:05:50 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -59,7 +59,7 @@ ARCH_FLAGS*=
CXX*=CC
CC*=cc
CFLAGS=$(PREENVCFLAGS) -c -temp=/tmp $(INCLUDE)
CFLAGS=$(PREENVCFLAGS) -c -temp=/tmp
# CC defines __sparcv8plus with -xarch=v8plus, cc does not (sigh)
CFLAGSCC=-xCC -D__sparcv8plus $(ARCH_FLAGS)
CFLAGSCXX=-features=no%altspell -library=no%Cstd $(ARCH_FLAGS)