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

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

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

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

102CFLAGSWALLCC=$(CFLAGSWARNCC)
103CFLAGSWALLCXX=$(CFLAGSWARNCXX)
104CFLAGSWERRCC=-errwarn=%all
105CFLAGSWERRCXX=-xwe
106
107# Once all modules on this platform compile without warnings, set
108# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
109# settings.mk):
110MODULES_WITH_WARNINGS := \
111 soldep
110MODULES_WITH_WARNINGS :=
112
113STDOBJVCL=$(L)/salmain.o
114
115THREADLIB=
116LINK=$(CXX)
117LINKC=$(CC)
118
119# link against set of baseline libraries

--- 123 unchanged lines hidden ---
111
112STDOBJVCL=$(L)/salmain.o
113
114THREADLIB=
115LINK=$(CXX)
116LINKC=$(CC)
117
118# link against set of baseline libraries

--- 123 unchanged lines hidden ---