From: <pau...@us...> - 2015-06-16 11:24:30
|
Revision: 61834 http://sourceforge.net/p/firebird/code/61834 Author: paulbeach Date: 2015-06-16 11:24:28 +0000 (Tue, 16 Jun 2015) Log Message: ----------- Fix for gcc 4.1 problem is no longer needed. gcc 4.2 from MacOSX 10.8 Modified Paths: -------------- firebird/branches/B2_5_Release/builds/posix/darwin.defaults Modified: firebird/branches/B2_5_Release/builds/posix/darwin.defaults =================================================================== --- firebird/branches/B2_5_Release/builds/posix/darwin.defaults 2015-06-16 00:13:28 UTC (rev 61833) +++ firebird/branches/B2_5_Release/builds/posix/darwin.defaults 2015-06-16 11:24:28 UTC (rev 61834) @@ -60,11 +60,6 @@ LINK_CLIENT = $(LIB_LINK) $(LINK_FIREBIRD_CLIENT_SYMBOLS) $(LIB_LINK_OPTIONS) $(LIB_LINK_IMPLIB)\ $(LIB_CLIENT_LINK_OPTIONS) $(LIB_LINK_SONAME) -ifeq (@VOID_PTR_SIZE@,8) -GCCS=-lgcc_s.10.5 -else -GCCS=-lgcc_s.10.4 -endif STATIC_CXX_SUPPORT = -lsupc++ $(GCCS) -lgcc_eh -lSystem LINK_EMBED = $(LIB_LINK) $(LINK_FIREBIRD_EMBED_SYMBOLS) $(LIB_LINK_OPTIONS)\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |