8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Welcome to 64bit MacOS builds

This commit is contained in:
paulbeach 2008-01-18 15:13:44 +00:00
parent fb2dbd186b
commit 95cac4966b
2 changed files with 3 additions and 1 deletions

View File

@ -15,13 +15,14 @@
# All Rights Reserved.
# Contributor(s): ______________________________________.
# Start of file prefix.darwin: $(VERSION) @PLATFORM@
#$Id: prefix.darwin_x86_64,v 1.2 2008-01-18 14:12:25 paulbeach Exp $
#$Id: prefix.darwin_x86_64,v 1.3 2008-01-18 15:13:39 paulbeach Exp $
# 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 CFLAGS='-arch x86_64'
# 5. export CXXFLAGS='-arch x86_64'

View File

@ -11,6 +11,7 @@ SHAREDLIBCPPFLAGS =
# Pad out the paths to the maximum possible length
LD_FLAGS += -headerpad_max_install_names
#LD_FLAGS += -headerpad_max_install_names -arch x86_64
# Set CFLAGS and CXXFLAGS for relevant MacOS architecture
# and backwards compatibility. Set accordingly before building.