8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 05:23:03 +01:00

MacOSX 10.9 deprecated libstdc++

This commit is contained in:
paulbeach 2018-02-08 10:30:22 +01:00
parent 58da8dc411
commit c165a1d980
2 changed files with 10 additions and 10 deletions

View File

@ -17,12 +17,12 @@
# Start of file prefix.darwin: $(VERSION) @PLATFORM@
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup
#
# Default build from 10.7 using Clang
# Default build from 10.9 using Clang
#
# Build instructions
# set CFLAGS='-I ICUDIR/icu/source/commoni -m32 -arch i386' (ucnv.h)
# set CFLAGS='-I ICUDIR/icu/source/common -m32 -arch i386' (ucnv.h)
# set LDFLAGS='-L ICUDIR/icu/source/lib -m32 -arch i386' (-licuuc)
# set CXXFLAGS='-I -I ICUDIR/icu/source/common -I ICUDIR/icu/source/i18n -m32 -arch i386'
# set CXXFLAGS='-I ICUDIR/icu/source/common -I ICUDIR/icu/source/i18n -m32 -arch i386'
# where ICUDIR is where you installed ICU
# configure using --with-builtin-tommath
# or add the relevant -I, -L for an installed version of libtommath
@ -30,11 +30,11 @@
DYLD_LIBRARY_PATH=$(HOME)/icu54/icu/source/lib
export DYLD_LIBRARY_PATH
MACOSX_DEPLOYMENT_TARGET=10.7
MACOSX_DEPLOYMENT_TARGET=10.9
export MACOSX_DEPLOYMENT_TARGET
PROD_FLAGS=-O1 -DDARWIN -pipe -MMD -fPIC -fno-common -arch i386 -mmacosx-version-min=10.7
DEV_FLAGS=-ggdb -DDARWIN -pipe -MMD -fPIC -fno-common -Wall -arch i386 -mmacosx-version-min=10.7 -Wno-non-virtual-dtor
PROD_FLAGS=-O1 -DDARWIN -pipe -MMD -fPIC -fno-common -arch i386 -mmacosx-version-min=10.9
DEV_FLAGS=-ggdb -DDARWIN -pipe -MMD -fPIC -fno-common -Wall -arch i386 -mmacosx-version-min=10.9 -Wno-non-virtual-dtor
CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden -msse4
EXE_LINK_OPTIONS:=-m32

View File

@ -17,7 +17,7 @@
# Start of file prefix.darwin: $(VERSION) @PLATFORM@
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup
#
# Default build from 10.7 using Clang
# Default build from 10.9 using Clang
#
# Build instructions
# set CFLAGS='-I ICUDIR/icu/source/common' (ucnv.h)
@ -36,11 +36,11 @@ export DYLD_LIBRARY_PATH
#DYLD_PRINT_LIBRARIES=1
#export DYLD_PRINT_LIBRARIES
MACOSX_DEPLOYMENT_TARGET=10.7
MACOSX_DEPLOYMENT_TARGET=10.9
export MACOSX_DEPLOYMENT_TARGET
PROD_FLAGS=-O1 -DDARWIN -pipe -MMD -fPIC -fno-common -mmacosx-version-min=10.7
DEV_FLAGS=-ggdb -DDARWIN -pipe -MMD -fPIC -fno-omit-frame-pointer -fno-common -Wall -fno-optimize-sibling-calls -mmacosx-version-min=10.7 -Wno-non-virtual-dtor
PROD_FLAGS=-DDARWIN -pipe -MMD -fPIC -fno-common -mmacosx-version-min=10.9
DEV_FLAGS=-ggdb -DDARWIN -pipe -MMD -fPIC -fno-omit-frame-pointer -fno-common -Wall -fno-optimize-sibling-calls -mmacosx-version-min=10.9 -Wno-non-virtual-dtor
CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden -msse4
EXE_LINK_OPTIONS:=