[Libreoffice-commits] core.git: solenv/gbuild

Tor Lillqvist tml at iki.fi
Thu May 30 05:36:27 PDT 2013


 solenv/gbuild/platform/macosx.mk |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 419d3c53943d52e445cf474bc592cab33c61d1c1
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu May 30 15:29:05 2013 +0300

    Seems that -Wl,-fatal_warnings causes more trouble than it's worth
    
    The ld in 10.6 did not have that switch.
    
    Change-Id: I53a581b26fae591eb6a696a053f985a917466820

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 1da614b..8467455 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -91,9 +91,7 @@ gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions
 gb_OBJCFLAGS := -x objective-c -fobjc-exceptions
 
 gb_LinkTarget_LDFLAGS := \
-	-Wl,-fatal_warnings \
 	$(SOLARLIB) \
-#man ld says: obsolete	-Wl,-multiply_defined,suppress \
 
 gb_DEBUG_CFLAGS := -g
 gb_COMPILEROPTFLAGS := -O2


More information about the Libreoffice-commits mailing list