Description: Don't use -march=armv7-a on arm
 -march=armv7-a is pointless on debian armhf (the compiler already has it as 
 a built-in default) and wrong on debian armel and raspbian where it will 
 render the package unusable on the minimum hardware supported by those ports. 

--- litl-0.1.5+dfsg.orig/configure.ac
+++ litl-0.1.5+dfsg/configure.ac
@@ -66,7 +66,7 @@ case "$host" in
         arm*-*)
         AC_MSG_WARN([ARCH: ARM])
                 arch_str="ARM"
-        CFLAGS="$CFLAGS -marm -march=armv7-a"
+        CFLAGS="$CFLAGS -marm"
                 ;;
         *)
                 AC_MSG_WARN([unknown architecture: falling back to x86_64])
