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
diff --git a/configure.ac b/configure.ac
index 5e82b9d..e35c2ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ case x"$target_cpu" in
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])
;;