[SCM] SETI at home packaging branch, master, updated. debian/6.97_svn1409-1-24-gb8ffc06

Steffen Moeller steffen_moeller at gmx.de
Tue Nov 27 09:58:40 UTC 2012


The following commit has been merged in the master branch:
commit b8ffc06c02fd62c52c3c3617babfbdeca1620d36
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Tue Nov 27 10:58:20 2012 +0100

    Bringint LTO compile flags together.

diff --git a/debian/rules b/debian/rules
index 606d404..1958465 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,7 @@ ifneq (4.6,$(GCCVERSION))
 ifneq (4.5,$(GCCVERSION))
 ifneq (4.4,$(GCCVERSION))
   CFLAGS_APPEND += -flto
+  LDFLAGS += -flto
 endif
 endif
 endif
@@ -59,10 +60,6 @@ endif
 CFLAGS   += $(CFLAGS_APPEND)
 CXXFLAGS += $(CFLAGS_APPEND)
 
-# Add to LDFLAGS
-LDFLAGS += -flto
-
-
 # This is a shame, but there is yet no AltiVec for Linux PowerPC with SETI
 SETIEXTRAFLAGS= --disable-altivec
 

-- 
SETI at home packaging



More information about the pkg-boinc-commits mailing list