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:
parent
dc540c9265
commit
45b461fcac
5
extern/icu/source/config/mh-darwin
vendored
5
extern/icu/source/config/mh-darwin
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user