summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Prokop <mika@debian.org>2012-06-12 01:01:39 +0200
committerEmanuele Rocca <ema@debian.org>2023-10-06 12:12:09 +0200
commit96151c99fb374f8faf8b9fdee24e25a0eaabf0c9 (patch)
tree2cce5176bec33d136bb49938dd123548e3ca8051
parent06dc49f35728bfdcf9cf15629e271626366fcbc1 (diff)
Support building on i486
Gbp-Pq: Name support_i486_builds
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 84665be..d71b346 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])
],
+ [*i486*], [
+ AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
+ [Defined if the target CPU is i486])
+ ],
[*powerpc*], [
AC_DEFINE([STRESSAPPTEST_CPU_PPC],[],
[Defined if the target CPU is PowerPC])