From b9979d47401392fb516b028fbb97721409b53f6d Mon Sep 17 00:00:00 2001 From: paulbeach Date: Tue, 20 Oct 2009 13:40:03 +0000 Subject: [PATCH] MacOSX 10.6 and gcc 4.1.2 changes --- builds/posix/prefix.darwin_x86_64 | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/builds/posix/prefix.darwin_x86_64 b/builds/posix/prefix.darwin_x86_64 index 013eab119c..11f2761aec 100644 --- a/builds/posix/prefix.darwin_x86_64 +++ b/builds/posix/prefix.darwin_x86_64 @@ -15,18 +15,9 @@ # All Rights Reserved. # Contributor(s): ______________________________________. # Start of file prefix.darwin: $(VERSION) @PLATFORM@ - # 2 Oct 2002, Nickolay Samofatov - Major Cleanup - -# To use this file to build 64bit version of Firebird for MacOS 10.5 (Leopard) -# 1. edit configure.in so that MAKEFILE_PREFIX=darwin_x86_64 -# 2. uncomment the CPU_TYPE -# 3. edit extern/icu/source/config/mh-darwin and set the right 64bit flags (-arch x86_64) -# for CFLAGS, CXXFLAGS & LD_FLAGS -# 4. export MACOSX_DEPLOYMENT_TARGET=10.5 -# 5. export CFLAGS='-arch x86_64' -# 6. export CXXFLAGS='-arch x86_64' -# 7. export LDFLAGS='-arch x86_64' +# +# Default build from 10.6 DYLD_LIBRARY_PATH=$(FIREBIRD)/lib export DYLD_LIBRARY_PATH @@ -46,7 +37,7 @@ CLIENT_UTIL_TARGETS=gds_drop gds_relay gstat gsec fbguard fbmgr_bin nbackup fb_l Physical_IO_Module=os/posix/unix.cpp PLATFORM_PATH=os/darwin -LINK_OPTS:=-arch x86_64 -LD_FLAGS+=-arch x86_64 +LINK_OPTS:= +LD_FLAGS+= include $(ROOT)/gen/darwin.defaults