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

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

82 -Wextra \
83 -Wshadow \
84 -fmessage-length=0 \
85 -fno-common \
86 -fno-strict-aliasing \
87 -I$(JAVA_HOME)/include \
88 -I$(JAVA_HOME)/include/os2
89
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

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

82 -Wextra \
83 -Wshadow \
84 -fmessage-length=0 \
85 -fno-common \
86 -fno-strict-aliasing \
87 -I$(JAVA_HOME)/include \
88 -I$(JAVA_HOME)/include/os2
89
90
91# -fvisibility=hidden \
92#
93
94gb_CXXFLAGS := \
95 -Zomf \
96 -Wall \
97 -Wendif-labels \
98 -Wextra \
99 -Wno-ctor-dtor-privacy \
100 -Wno-non-virtual-dtor \
101 -Wshadow \
102 -fmessage-length=0 \
103 -fno-common \
104 -fno-strict-aliasing \
105 -fno-use-cxa-atexit \
106 -I$(JAVA_HOME)/include \
107 -I$(JAVA_HOME)/include/os2
108
109gb_STDLIBS = \
110 z \
90gb_CXXFLAGS := \
91 -Zomf \
92 -Wall \
93 -Wendif-labels \
94 -Wextra \
95 -Wno-ctor-dtor-privacy \
96 -Wno-non-virtual-dtor \
97 -Wshadow \
98 -fmessage-length=0 \
99 -fno-common \
100 -fno-strict-aliasing \
101 -fno-use-cxa-atexit \
102 -I$(JAVA_HOME)/include \
103 -I$(JAVA_HOME)/include/os2
104
105gb_STDLIBS = \
106 z \
111 stdc++ \
107 stdc++
112
113ifneq ($(EXTERNAL_WARNINGS_NOT_ERRORS),TRUE)
114gb_CFLAGS_WERROR := -Werror
115gb_CXXFLAGS_WERROR := -Werror
116endif
117
118gb_LinkTarget_EXCEPTIONFLAGS := \
119 -DEXCEPTIONS_ON \

--- 544 unchanged lines hidden ---
108
109ifneq ($(EXTERNAL_WARNINGS_NOT_ERRORS),TRUE)
110gb_CFLAGS_WERROR := -Werror
111gb_CXXFLAGS_WERROR := -Werror
112endif
113
114gb_LinkTarget_EXCEPTIONFLAGS := \
115 -DEXCEPTIONS_ON \

--- 544 unchanged lines hidden ---