unxlng.mk (b597708b) unxlng.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

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

123 -Wno-non-virtual-dtor
124CFLAGSWALLCC=$(CFLAGSWARNCC)
125CFLAGSWALLCXX=$(CFLAGSWARNCXX)
126CFLAGSWERRCC=-Werror
127
128# Once all modules on this platform compile without warnings, set
129# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
130# 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

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

123 -Wno-non-virtual-dtor
124CFLAGSWALLCC=$(CFLAGSWARNCC)
125CFLAGSWALLCXX=$(CFLAGSWARNCXX)
126CFLAGSWERRCC=-Werror
127
128# Once all modules on this platform compile without warnings, set
129# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
130# settings.mk):
131MODULES_WITH_WARNINGS := \
132 soldep
131MODULES_WITH_WARNINGS :=
133
134# switches for dynamic and static linking
135STATIC = -Wl,-Bstatic
136DYNAMIC = -Wl,-Bdynamic
137
138# name of linker
139LINK*=$(CXX)
140LINKC*=$(CC)

--- 112 unchanged lines hidden ---
132
133# switches for dynamic and static linking
134STATIC = -Wl,-Bstatic
135DYNAMIC = -Wl,-Bdynamic
136
137# name of linker
138LINK*=$(CXX)
139LINKC*=$(CC)

--- 112 unchanged lines hidden ---