Description: Fix armhf support patch to look for "arm" instead of "armv7l",
 since configure is looking at the triplet, not uname output.
Author: Adam Conrad 
Last-Update: 2012-12-02
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@
     AC_DEFINE([STRESSAPPTEST_CPU_PPC],[],
               [Defined if the target CPU is PowerPC])
     ;;
-  "xarmv7a")
+  "xarm")
     AC_DEFINE([STRESSAPPTEST_CPU_ARMV7A],[],
               [Defined if the target CPU is armv7a])
     ;;
