[Pkg-mono-svn-commits] rev 3254 - mono/trunk/debian

Mirco Bauer meebey-guest at alioth.debian.org
Sat Jul 21 14:16:13 UTC 2007


Author: meebey-guest
Date: 2007-07-21 14:16:13 +0000 (Sat, 21 Jul 2007)
New Revision: 3254

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
- softfloatier



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2007-07-21 14:11:56 UTC (rev 3253)
+++ mono/trunk/debian/changelog	2007-07-21 14:16:13 UTC (rev 3254)
@@ -9,12 +9,14 @@
         (Closes: #428209, #430614, #427934, #428190, #429685)
         (Thanks to Wouter Verhelst for testing the patch)
     + debian/patches/armel_fix_configure_fpu_check.dpatch:
-      - Use softfloat on armel. (Closes: #430582)
+      - Detect FPU correctly. (Closes: #430582)
         (Thanks to Riku Voipio <riku.voipio at iki.fi> for the patch)
     + debian/patches/fix_delegate_memory_leak_r79001.dpatch:
       - Fix memory leak for delegates passed to unmanaged land, taken from
         upstream SVN. (Closes: #428781)
         (Thanks to Chris Howie <cdhowie at nerdshack.com> for investigation)
+    + debian/rules:
+      - Use softfloat on armel.
 
  -- Mirco Bauer <meebey at debian.org>  Sat, 21 Jul 2007 15:48:05 +0200
 

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2007-07-21 14:11:56 UTC (rev 3253)
+++ mono/trunk/debian/rules	2007-07-21 14:16:13 UTC (rev 3254)
@@ -39,7 +39,7 @@
 else ifeq ($(DEB_BUILD_ARCH), armeb)
 	CONF_FLAGS += --with-tls=pthread
 else ifeq ($(DEB_BUILD_ARCH), armel)
-	CONF_FLAGS += --with-tls=pthread
+	CONF_FLAGS += --with-tls=pthread --with-fpu=NONE
 else
 	CONF_FLAGS += --with-tls=__thread
 endif




More information about the Pkg-mono-svn-commits mailing list