View | Details | Raw Unified | Return to issue 11233
Collapse All | Expand All

(-)macgccp.mk (-1 / +1 lines)
Lines 84-90 Link Here
84
84
85
CXX=powerpc-apple-machten-g++
85
CXX=powerpc-apple-machten-g++
86
CC=powerpc-apple-machten-gcc
86
CC=powerpc-apple-machten-gcc
87
CFLAGS=-w -nostdinc -c -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) -I/usr/local/Machten/lib/gcc-lib/i586-pc-linux-gnu/egcs-2.91.57/include -I/nw386/dev/s/solenv/unxlngi/usr/include
87
CFLAGS=-nostdinc -c -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) -I/usr/local/Machten/lib/gcc-lib/i586-pc-linux-gnu/egcs-2.91.57/include -I/nw386/dev/s/solenv/unxlngi/usr/include
88
CFLAGSCC= -mpowerpc
88
CFLAGSCC= -mpowerpc
89
89
90
CFLAGSEXCEPTIONS=-fexceptions
90
CFLAGSEXCEPTIONS=-fexceptions
(-)unxbsdi.mk (-1 / +1 lines)
Lines 8-14 Link Here
8
CDEFS+=-D_PTHREADS -D_REENTRANT
8
CDEFS+=-D_PTHREADS -D_REENTRANT
9
CDEFS+=-D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE
9
CDEFS+=-D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE
10
CDEFS+=-DNO_INET_ON_DEMAND -DX86 -DNEW_SOLAR -DNCIfeature
10
CDEFS+=-DNO_INET_ON_DEMAND -DX86 -DNEW_SOLAR -DNCIfeature
11
CFLAGS+=-w -c $(INCLUDE)
11
CFLAGS+=-c $(INCLUDE)
12
CFLAGSCC=-pipe -mpentium
12
CFLAGSCC=-pipe -mpentium
13
CFLAGSEXCEPTIONS=-fexceptions
13
CFLAGSEXCEPTIONS=-fexceptions
14
CFLAGS_NO_EXCEPTIONS=-fno-exceptions
14
CFLAGS_NO_EXCEPTIONS=-fno-exceptions
(-)unxbsds.mk (-1 / +1 lines)
Lines 89-95 Link Here
89
# name of C Compiler
89
# name of C Compiler
90
CC=gcc 
90
CC=gcc 
91
# flags for C and C++ Compiler
91
# flags for C and C++ Compiler
92
CFLAGS=-w -c $(INCLUDE) -I$(SOLARENV)/unxbsds/usr/include
92
CFLAGS=-c $(INCLUDE) -I$(SOLARENV)/unxbsds/usr/include
93
# flags for the C++ Compiler
93
# flags for the C++ Compiler
94
CFLAGSCC= -pipe 
94
CFLAGSCC= -pipe 
95
95
(-)unxhpgr.mk (-1 / +2 lines)
Lines 82-88 Link Here
82
#CC=/opt/ansic/bin/cc
82
#CC=/opt/ansic/bin/cc
83
CXX=g++
83
CXX=g++
84
CC=gcc
84
CC=gcc
85
CFLAGS= -Wall -w -nostdinc -c $(INCLUDE) -I/nw386/dev/s/solenv/unxhpgr/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.57/include
85
CFLAGSWALL=-Wall
86
CFLAGS=-nostdinc -c $(INCLUDE) -I/nw386/dev/s/solenv/unxhpgr/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.57/include
86
CFLAGSCC=-pipe -fguiding-decls
87
CFLAGSCC=-pipe -fguiding-decls
87
CFLAGSCXX=-pipe -fguiding-decls
88
CFLAGSCXX=-pipe -fguiding-decls
88
CFLAGSOBJGUIST=
89
CFLAGSOBJGUIST=
(-)unxlngi3.mk (-1 / +1 lines)
Lines 126-132 Link Here
126
# Enable all warnings
126
# Enable all warnings
127
CFLAGSWALL=-Wall
127
CFLAGSWALL=-Wall
128
# Set default warn level
128
# Set default warn level
129
CFLAGSDFLTWARN=-w
129
CFLAGSDFLTWARN=
130
130
131
# switches for dynamic and static linking
131
# switches for dynamic and static linking
132
STATIC		= -Wl,-Bstatic
132
STATIC		= -Wl,-Bstatic
(-)unxlngi4.mk (-2 / +2 lines)
Lines 103-109 Link Here
103
CFLAGS_NO_EXCEPTIONS=-fno-exceptions
103
CFLAGS_NO_EXCEPTIONS=-fno-exceptions
104
104
105
# -fpermissive should be removed as soon as possible
105
# -fpermissive should be removed as soon as possible
106
CFLAGSCXX= -pipe -mcpu=pentiumpro -fno-for-scope -fpermissive -fno-rtti 
106
CFLAGSCXX= -pipe -mcpu=pentiumpro -fno-for-scope -fpermissive
107
107
108
# HACK: enable Hamburg developers to build on glibc-2.2 machines but compile vs. glibc-2.1 headers
108
# HACK: enable Hamburg developers to build on glibc-2.2 machines but compile vs. glibc-2.1 headers
109
.IF "$(BUILD_SPECIAL)"==""
109
.IF "$(BUILD_SPECIAL)"==""
Lines 138-144 Link Here
138
# Enable all warnings
138
# Enable all warnings
139
CFLAGSWALL=-Wall
139
CFLAGSWALL=-Wall
140
# Set default warn level
140
# Set default warn level
141
CFLAGSDFLTWARN=-w
141
CFLAGSDFLTWARN=
142
142
143
# switches for dynamic and static linking
143
# switches for dynamic and static linking
144
STATIC		= -Wl,-Bstatic
144
STATIC		= -Wl,-Bstatic
(-)unxlngp.mk (-1 / +1 lines)
Lines 82-88 Link Here
82
82
83
CXX*=g++
83
CXX*=g++
84
CC*=gcc
84
CC*=gcc
85
CFLAGS=-w -nostdinc -c $(INCLUDE) 
85
CFLAGS=-nostdinc -c $(INCLUDE) 
86
CFLAGSCC= -pipe
86
CFLAGSCC= -pipe
87
CFLAGSCXX= -pipe -fguiding-decls -fno-rtti -fno-exceptions
87
CFLAGSCXX= -pipe -fguiding-decls -fno-rtti -fno-exceptions
88
88
(-)unxlngppc.mk (-1 / +1 lines)
Lines 92-98 Link Here
92
CC*=gcc
92
CC*=gcc
93
93
94
# source code is still not signed versus unsigned char clean 
94
# source code is still not signed versus unsigned char clean 
95
CFLAGS=-fsigned-char -w -nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngppc/usr/include 
95
CFLAGS=-fsigned-char -nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngppc/usr/include 
96
CFLAGSCC=-fsigned-char
96
CFLAGSCC=-fsigned-char
97
97
98
# Flags for enabling exception handling
98
# Flags for enabling exception handling
(-)unxlngppc4.mk (-1 / +1 lines)
Lines 144-150 Link Here
144
CFLAGSWALL=-Wall
144
CFLAGSWALL=-Wall
145
145
146
# Set default warn level
146
# Set default warn level
147
CFLAGSDFLTWARN=-w
147
CFLAGSDFLTWARN=
148
148
149
# switches for dynamic and static linking
149
# switches for dynamic and static linking
150
STATIC		= -Wl,-Bstatic
150
STATIC		= -Wl,-Bstatic
(-)unxlngr.mk (-1 / +1 lines)
Lines 93-99 Link Here
93
# do not use standard header search paths
93
# do not use standard header search paths
94
# here the Compiler is installed in the solenv hierarchy, to be changed
94
# here the Compiler is installed in the solenv hierarchy, to be changed
95
# if installed elsewhere
95
# if installed elsewhere
96
CFLAGS=-w -nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngr/lib/gcc-lib/arm-linux/2.95.2/include -I$(SOLARENV)/unxlngr/usr/include
96
CFLAGS=-nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngr/lib/gcc-lib/arm-linux/2.95.2/include -I$(SOLARENV)/unxlngr/usr/include
97
# flags for the C++ Compiler
97
# flags for the C++ Compiler
98
CFLAGSCC=
98
CFLAGSCC=
99
99
(-)unxlnxi.mk (-2 / +2 lines)
Lines 82-90 Link Here
82
CXX*=g++
82
CXX*=g++
83
CC*=gcc
83
CC*=gcc
84
.IF "$(GLIBC)"=="2"
84
.IF "$(GLIBC)"=="2"
85
CFLAGS=-w -c -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC)
85
CFLAGS=-c -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC)
86
.ELSE
86
.ELSE
87
CFLAGS=-w -c -I. -I/usr/solar/inc/pthread_provenzano -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC)
87
CFLAGS=-c -I. -I/usr/solar/inc/pthread_provenzano -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC)
88
.ENDIF
88
.ENDIF
89
CFLAGSCC=-pipe -mpentium -fguiding-decls
89
CFLAGSCC=-pipe -mpentium -fguiding-decls
90
CFLAGSCXX=-pipe -mpentium -fguiding-decls
90
CFLAGSCXX=-pipe -mpentium -fguiding-decls
(-)unxscoi.mk (-1 / +1 lines)
Lines 71-77 Link Here
71
71
72
CXX*=/nw386/dev/s/solenv/unxscoi/bin/g++
72
CXX*=/nw386/dev/s/solenv/unxscoi/bin/g++
73
CC*=/nw386/dev/s/solenv/unxscoi/bin/gcc
73
CC*=/nw386/dev/s/solenv/unxscoi/bin/gcc
74
CFLAGS=-w -c $(INCLUDE)
74
CFLAGS=-c $(INCLUDE)
75
CFLAGSCC=-mpentium
75
CFLAGSCC=-mpentium
76
CFLAGSCXX= -mpentium
76
CFLAGSCXX= -mpentium
77
CFLAGSEXCEPTIONS=-fexceptions
77
CFLAGSEXCEPTIONS=-fexceptions
(-)unxsogs.mk (-1 / +1 lines)
Lines 85-91 Link Here
85
85
86
CXX*=g++
86
CXX*=g++
87
CC*=gcc
87
CC*=gcc
88
CFLAGS=-w -c $(INCLUDE)
88
CFLAGS=-c $(INCLUDE)
89
CFLAGSCC= -pipe
89
CFLAGSCC= -pipe
90
90
91
CFLAGSEXCEPTIONS=-fexceptions
91
CFLAGSEXCEPTIONS=-fexceptions
(-)unxsoli2.mk (-4 lines)
Lines 79-89 Link Here
79
CXX*=CC
79
CXX*=CC
80
CC*=cc
80
CC*=cc
81
81
82
.IF "$(WARN)"!=""
83
WARNINGS =
82
WARNINGS =
84
.ELSE
85
WARNINGS = -w
86
.ENDIF
87
83
88
CFLAGS=$(PREENVCFLAGS) $(WARNINGS) -c -temp=/tmp $(INCLUDE)
84
CFLAGS=$(PREENVCFLAGS) $(WARNINGS) -c -temp=/tmp $(INCLUDE)
89
CFLAGSCC=-xCC
85
CFLAGSCC=-xCC
(-)unxsoli3.mk (-1 / +1 lines)
Lines 103-109 Link Here
103
# Enable all warnings
103
# Enable all warnings
104
CFLAGSWALL=+w2
104
CFLAGSWALL=+w2
105
# Set default warn level
105
# Set default warn level
106
CFLAGSDFLTWARN=-w
106
CFLAGSDFLTWARN=
107
107
108
STDOBJVCL=$(L)$/salmain.o
108
STDOBJVCL=$(L)$/salmain.o
109
109
(-)unxsols2.mk (-4 lines)
Lines 78-88 Link Here
78
CXX*=CC
78
CXX*=CC
79
CC*=cc
79
CC*=cc
80
80
81
.IF "$(WARN)"!=""
82
WARNINGS =
81
WARNINGS =
83
.ELSE
84
WARNINGS = -w
85
.ENDIF
86
82
87
CFLAGS=$(PREENVCFLAGS) $(WARNINGS) -c -temp=/tmp $(INCLUDE)
83
CFLAGS=$(PREENVCFLAGS) $(WARNINGS) -c -temp=/tmp $(INCLUDE)
88
CFLAGSCC=-xCC
84
CFLAGSCC=-xCC
(-)unxsols3.mk (-1 / +1 lines)
Lines 103-109 Link Here
103
# Enable all warnings
103
# Enable all warnings
104
CFLAGSWALL=+w2
104
CFLAGSWALL=+w2
105
# Set default warn level
105
# Set default warn level
106
CFLAGSDFLTWARN=-w
106
CFLAGSDFLTWARN=
107
107
108
STDOBJVCL=$(L)$/salmain.o
108
STDOBJVCL=$(L)$/salmain.o
109
109
(-)unxsols4.mk (-1 / +1 lines)
Lines 41-47 Link Here
41
# Enable all warnings
41
# Enable all warnings
42
CFLAGSWALL=+w2
42
CFLAGSWALL=+w2
43
# Set default warn level
43
# Set default warn level
44
CFLAGSDFLTWARN=-w
44
CFLAGSDFLTWARN=
45
45
46
STDOBJVCL=$(L)$/salmain.o
46
STDOBJVCL=$(L)$/salmain.o
47
47

Return to issue 11233