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

MacOSX 10.6 and gcc 4.1.2 changes

This commit is contained in:
paulbeach 2009-10-20 13:40:03 +00:00
parent deafa6b226
commit b9979d4740

View File

@ -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