summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Blanc <pierreblanc75@gmail.com>2023-08-24 14:42:39 +0200
committerEmanuele Rocca <ema@debian.org>2023-10-06 13:16:52 +0200
commit8b8bf9ebf7fce1af5887c26718eb73545cdde691 (patch)
tree1dc9751f57a4e91a174cee47eb1e347d67148b12
parent96151c99fb374f8faf8b9fdee24e25a0eaabf0c9 (diff)
support_i586_builds
Gbp-Pq: Name support_i586_builds
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d71b346..5c25486 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,10 @@ AS_CASE(["$host_cpu"],
AC_DEFINE([STRESSAPPTEST_CPU_MIPS],[],
[Defined if the target CPU is MIPS])
],
+ [*i586*], [
+ AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
+ [Defined if the target CPU is i586])
+ ],
[*i486*], [
AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
[Defined if the target CPU is i486])