INTEGRATION: CWS hr5 (1.5.44); FILE MERGED

2004/08/11 16:59:48 hr 1.5.44.1: #i32065#: remove -q flag from assembler flags
This commit is contained in:
Rüdiger Timm 2004-08-12 14:11:47 +00:00
parent 03157316b2
commit 964a67e1ed

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: unxsoli4.mk,v $ # $RCSfile: unxsoli4.mk,v $
# #
# $Revision: 1.5 $ # $Revision: 1.6 $
# #
# last change: $Author: hr $ $Date: 2004-06-21 12:25:34 $ # last change: $Author: rt $ $Date: 2004-08-12 15:11:47 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@ -62,7 +62,7 @@
ASM=/usr/ccs/bin/as ASM=/usr/ccs/bin/as
AFLAGS=-P -q AFLAGS=-P
CDEFS+=-mt -D_PTHREADS -DSYSV -DSUN -DSUN4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=400 CDEFS+=-mt -D_PTHREADS -DSYSV -DSUN -DSUN4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=400
@ -86,7 +86,7 @@ CFLAGSCC=-xCC
CFLAGSCXX=-features=no%altspell -library=no%Cstd CFLAGSCXX=-features=no%altspell -library=no%Cstd
# flags to enable build with symbols; required for crashdump feature # flags to enable build with symbols; required for crashdump feature
CFLAGSENABLESYMBOLS=-g0 -xs CFLAGSENABLESYMBOLS=#-g0 -x # temporarily commented out, will be reenabled before Beta
CFLAGSEXCEPTIONS= CFLAGSEXCEPTIONS=
CFLAGS_NO_EXCEPTIONS=-noex CFLAGS_NO_EXCEPTIONS=-noex