Description: add armhf to the arch list
 The package actually builds fine, but uname -m reports armv7l
 instead of armv7a on the current armhf platforms.
Author: Konstantinos Margaritis <markos@genesi-usa.com>
Last-Update: 2012-06-11
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@
     AC_DEFINE([STRESSAPPTEST_CPU_PPC],[],
               [Defined if the target CPU is PowerPC])
     ;;
-  "xarmv7a")
+  "xarmv7l")
     AC_DEFINE([STRESSAPPTEST_CPU_ARMV7A],[],
               [Defined if the target CPU is armv7a])
     ;;
