chiark / gitweb /
Merge pull request #55 from huangwei/wei/aarch64-porting
[stressapptest] / configure.ac
index 2b20a48471304e4beea0c6193cf334a6c184223b..06b586850f3fe675de33be4b35dd947f4aab3474 100644 (file)
@@ -31,7 +31,11 @@ AS_CASE(["$host_cpu"],
     AC_DEFINE([STRESSAPPTEST_CPU_ARMV7A],[],
               [Defined if the target CPU is armv7a])
     ], 
-  [AC_MSG_WARN([Unsupported CPU: $host_cpu! Try x86_64, i686, powerpc, or armv7a])]
+  [*aarch64*], [
+    AC_DEFINE([STRESSAPPTEST_CPU_AARCH64],[],
+              [Defined if the target CPU is aarch64])
+    ],
+[AC_MSG_WARN([Unsupported CPU: $host_cpu! Try x86_64, i686, powerpc, armv7a, or aarch64])]
 )
 
 ## The following allows like systems to share settings. This is not meant to