Kaydet (Commit) 8b150bf6 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.8.56); FILE MERGED

2006/01/25 19:05:52 sb 1.8.56.4: RESYNC: (1.9-1.10); FILE MERGED
2005/11/09 10:34:31 sb 1.8.56.3: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk.
2005/09/22 23:28:20 sb 1.8.56.2: RESYNC: (1.8-1.9); FILE MERGED
2005/08/29 11:48:52 sb 1.8.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.
üst 8cf93e9d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: unxlnxi.mk,v $ # $RCSfile: unxlnxi.mk,v $
# #
# $Revision: 1.10 $ # $Revision: 1.11 $
# #
# last change: $Author: obo $ $Date: 2006-01-20 10:51:55 $ # last change: $Author: hr $ $Date: 2006-06-19 17:16:23 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -65,7 +65,6 @@ CFLAGS=-c -I. -I/usr/solar/inc/pthread_provenzano -I$(INC) -I$(INCLOCAL) -I$(INC ...@@ -65,7 +65,6 @@ CFLAGS=-c -I. -I/usr/solar/inc/pthread_provenzano -I$(INC) -I$(INCLOCAL) -I$(INC
.ENDIF .ENDIF
CFLAGSCC=-pipe -fguiding-decls $(ARCH_FLAGS) CFLAGSCC=-pipe -fguiding-decls $(ARCH_FLAGS)
CFLAGSCXX=-pipe -fguiding-decls $(ARCH_FLAGS) CFLAGSCXX=-pipe -fguiding-decls $(ARCH_FLAGS)
CFLAGSCXX+= -Wno-ctor-dtor-privacy
PICSWITCH:=-fpic PICSWITCH:=-fpic
#STDOBJVCL=$(L)$/salmain.o #STDOBJVCL=$(L)$/salmain.o
CFLAGSOBJGUIST= CFLAGSOBJGUIST=
...@@ -81,6 +80,13 @@ CFLAGSOPT=-O2 ...@@ -81,6 +80,13 @@ CFLAGSOPT=-O2
CFLAGSNOOPT=-O2 CFLAGSNOOPT=-O2
CFLAGSOUTOBJ=-o CFLAGSOUTOBJ=-o
CFLAGSWARNCC=
CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy
# -Wshadow does not work for C with nested uses of pthread_cleanup_push:
CFLAGSWALLCC=-Wall -Wextra -Wendif-labels
CFLAGSWALLCXX=$(CFLAGSWALLCC) -Wshadow -Wno-ctor-dtor-privacy
CFLAGSWERRCC=-Werror
STATIC = -Bstatic STATIC = -Bstatic
DYNAMIC = -Bdynamic DYNAMIC = -Bdynamic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment