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

Welcome to 64bit MacOS builds

This commit is contained in:
paulbeach 2008-01-18 15:12:30 +00:00
parent c900415575
commit 24b23ebbf7
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.1.2.2 2008-01-18 13:20:18 paulbeach Exp $
#$Id: prefix.darwin_x86_64,v 1.1.2.3 2008-01-18 15:12:26 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.