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

Make the build process compatible with MacOSX 10.6 (Snow Leopard) and gcc 4.2.1

This commit is contained in:
paulbeach 2009-09-09 13:12:50 +00:00
parent dc540c9265
commit 45b461fcac

View File

@ -10,8 +10,9 @@ SHAREDLIBCXXFLAGS = -dynamic
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
#LD_FLAGS += -headerpad_max_install_names -arch i386
LD_FLAGS += -headerpad_max_install_names -arch x86_64
#LD_FLAGS += -headerpad_max_install_names -arch ppc
#LD_FLAGS += -headerpad_max_install_names -arch ppc64
# Set CFLAGS and CXXFLAGS for relevant MacOS architecture