unxlng.mk (bcc22a4c) unxlng.mk (92dd2fb2)
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

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

83CFLAGSEXCEPTIONS=-fexceptions
84.ELSE
85CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs
86.ENDIF
87# Flags for disabling exception handling
88CFLAGS_NO_EXCEPTIONS=-fno-exceptions
89
90# -fpermissive should be removed as soon as possible
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

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

83CFLAGSEXCEPTIONS=-fexceptions
84.ELSE
85CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs
86.ENDIF
87# Flags for disabling exception handling
88CFLAGS_NO_EXCEPTIONS=-fno-exceptions
89
90# -fpermissive should be removed as soon as possible
91CFLAGSCXX= -pipe $(ARCH_FLAGS)
91CFLAGSCXX= -pipe $(ARCH_FLAGS) -std=gnu++98
92.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
93CFLAGSCXX += -fvisibility-inlines-hidden
94.ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
95
96CFLAGS_CREATE_PCH=-x c++-header -I$(INCPCH) -DPRECOMPILED_HEADERS
97CFLAGS_USE_PCH=-I$(SLO)$/pch -DPRECOMPILED_HEADERS -Winvalid-pch
98CFLAGS_USE_EXCEPTIONS_PCH=-I$(SLO)$/pch_ex -DPRECOMPILED_HEADERS -Winvalid-pch
99

--- 156 unchanged lines hidden ---
92.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
93CFLAGSCXX += -fvisibility-inlines-hidden
94.ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
95
96CFLAGS_CREATE_PCH=-x c++-header -I$(INCPCH) -DPRECOMPILED_HEADERS
97CFLAGS_USE_PCH=-I$(SLO)$/pch -DPRECOMPILED_HEADERS -Winvalid-pch
98CFLAGS_USE_EXCEPTIONS_PCH=-I$(SLO)$/pch_ex -DPRECOMPILED_HEADERS -Winvalid-pch
99

--- 156 unchanged lines hidden ---