aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-04-11 00:09:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-11 00:09:03 +0000
commit4ac7a2a986e54029c100630c61e91e7edb4f8948 (patch)
treeb5381fda0b53dd45d295a0fd52d4f7cda1b0e180 /configure.ac
parent0598eae398c58fa19271a11279910deb22ce4a17 (diff)
parenta27d5f2bdaf690c6ec0f919aeb57680ef7ea011f (diff)
downloadstressapptest-4ac7a2a986e54029c100630c61e91e7edb4f8948.tar.gz
Merge "Upgrade to stressapptest v1.0.9." am: a27d5f2bdaandroid-r-beta-3android-r-beta-2
Change-Id: Id18b43696b90603345a2b1037ec648b9671b9714
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 74e8687..ede7d26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
-AC_INIT([stressapptest], [1.0.7_autoconf], [opensource@google.com])
+AC_INIT([stressapptest], [1.0.9_autoconf], [opensource@google.com])
AC_ARG_WITH(static, [ --with-static enable static linking])
@@ -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