unxsoli4.mk (910823ae) unxsoli4.mk (f3ecff4e)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 88 unchanged lines hidden (view full) ---

97CFLAGSWALLCC=$(CFLAGSWARNCC)
98CFLAGSWALLCXX=$(CFLAGSWARNCXX)
99CFLAGSWERRCC=-errwarn=%all
100CFLAGSWERRCXX=-xwe
101
102# Once all modules on this platform compile without warnings, set
103# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
104# settings.mk):
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 88 unchanged lines hidden (view full) ---

97CFLAGSWALLCC=$(CFLAGSWARNCC)
98CFLAGSWALLCXX=$(CFLAGSWARNCXX)
99CFLAGSWERRCC=-errwarn=%all
100CFLAGSWERRCXX=-xwe
101
102# Once all modules on this platform compile without warnings, set
103# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
104# settings.mk):
105MODULES_WITH_WARNINGS := \
106 soldep
105MODULES_WITH_WARNINGS :=
107
108STDOBJVCL=$(L)/salmain.o
109
110THREADLIB=
111.IF "$(PURIFY)"!=""
112LINK=/usr/local/purify-4.2-solaris2/purify CC
113.ELSE
114LINK=$(CXX)

--- 128 unchanged lines hidden ---
106
107STDOBJVCL=$(L)/salmain.o
108
109THREADLIB=
110.IF "$(PURIFY)"!=""
111LINK=/usr/local/purify-4.2-solaris2/purify CC
112.ELSE
113LINK=$(CXX)

--- 128 unchanged lines hidden ---