unxsols4.mk (910823ae) unxsols4.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

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

103CFLAGSWALLCC=$(CFLAGSWARNCC)
104CFLAGSWALLCXX=$(CFLAGSWARNCXX)
105CFLAGSWERRCC=-errwarn=%all
106CFLAGSWERRCXX=-xwe
107
108# Once all modules on this platform compile without warnings, set
109# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
110# 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

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

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

--- 128 unchanged lines hidden ---
112
113STDOBJVCL=$(L)/salmain.o
114
115THREADLIB=
116.IF "$(PURIFY)"!=""
117LINK=/usr/local/purify-4.2-solaris2/purify CC
118.ELSE
119LINK=$(CXX)

--- 128 unchanged lines hidden ---