New armel architcture should also use fixed point match, which is 6.6 times
faster than the armel softfloat version.

--- 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'
