Here's a patch to enable fixed point on arm*, tested for correct
operation on arm, armel and i386.

--- libgsm-1.0.12/debian/rules.old      2009-08-12 10:21:37.000000000 +0100
+++ libgsm-1.0.12/debian/rules  2009-08-12 10:33:46.000000000 +0100
@@ -4,7 +4,7 @@

 .PHONY: build clean binary binary-indep binary-arch

-ifeq ($(DEB_HOST_ARCH),arm)
+ifneq (,$(filter arm%,$(DEB_HOST_ARCH)))
 MULTYPE=''
 else
 MULTYPE='-DUSE_FLOAT_MUL'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to