[Pkg-john-commits] r166 - in trunk/debian: . patches

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Mon Jun 2 14:20:53 UTC 2008


Author: hanska-guest
Date: 2008-06-02 14:20:52 +0000 (Mon, 02 Jun 2008)
New Revision: 166

Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
   trunk/debian/rules
Log:
conditionally add -funroll-loops on !arm machines

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-01 15:17:13 UTC (rev 165)
+++ trunk/debian/changelog	2008-06-02 14:20:52 UTC (rev 166)
@@ -20,11 +20,12 @@
   * debian/rules updated:
     - binary-common target added, binary-{arch,indep} depending on it
       (Closes: #477450)
+    - conditionally add -funroll-loops on !arm machines
   * debian/compat bumped to 6
   * debian/copyright updated:
     - included files created by patches
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 10 May 2008 17:32:50 +0200
+ -- David Paleino <d.paleino at gmail.com>  Mon, 02 Jun 2008 16:17:16 +0200
 
 john (1.7.2-2) unstable; urgency=low
 

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2008-06-01 15:17:13 UTC (rev 165)
+++ trunk/debian/patches/series	2008-06-02 14:20:52 UTC (rev 166)
@@ -1,4 +1,4 @@
-#00-remove_funroll-loops.patch
+00-remove_funroll-loops.patch
 01-add_NTLM-MD4.patch
 02-add_MS-Credential-Cache.patch
 03-add_NetLM-NetNTLM.patch

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-06-01 15:17:13 UTC (rev 165)
+++ trunk/debian/rules	2008-06-02 14:20:52 UTC (rev 166)
@@ -22,9 +22,9 @@
 
 # GCC segfaults on ARM if -funroll-loops is used.
 # Please see #476460
-#ifneq ($(CPU),arm)
-#	CFLAGS += -funroll-loops
-#endif
+ifneq ($(CPU),arm)
+	CFLAGS += -funroll-loops
+endif
 
 ifeq ($(ARCH),i386)
 	TARGET := linux-x86-any




More information about the Pkg-john-commits mailing list