aboutsummaryrefslogtreecommitdiff
path: root/system/stressapptest/support_i586.diff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-01-18 14:44:55 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-25 14:44:35 +0700
commit00decef7a9244dc0278c45790f38e0dbeca96578 (patch)
tree46da92d2e00f05a803373541ad5164aee639eee1 /system/stressapptest/support_i586.diff
parent6a87a41a89f1d796e4d0f02dc8bda28e4eb955e1 (diff)
downloadslackbuilds-00decef7a9244dc0278c45790f38e0dbeca96578.tar.xz
system/stressapptest: Added (system stress test).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/stressapptest/support_i586.diff')
-rw-r--r--system/stressapptest/support_i586.diff23
1 files changed, 23 insertions, 0 deletions
diff --git a/system/stressapptest/support_i586.diff b/system/stressapptest/support_i586.diff
new file mode 100644
index 000000000000..ca9d1302cd13
--- /dev/null
+++ b/system/stressapptest/support_i586.diff
@@ -0,0 +1,23 @@
+diff -Naur stressapptest-1.0.9/configure.ac stressapptest-1.0.9.patched/configure.ac
+--- stressapptest-1.0.9/configure.ac 2018-08-09 20:01:24.000000000 -0400
++++ stressapptest-1.0.9.patched/configure.ac 2020-06-06 13:34:23.000966542 -0400
+@@ -19,6 +19,10 @@
+ AC_DEFINE([STRESSAPPTEST_CPU_X86_64],[],
+ [Defined if the target CPU is x86_64])
+ ],
++ [*i586*], [
++ AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
++ [Defined if the target CPU is i586])
++ ],
+ [*i686*], [
+ AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
+ [Defined if the target CPU is i686])
+@@ -35,7 +39,7 @@
+ 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])]
++[AC_MSG_WARN([Unsupported CPU: $host_cpu! Try x86_64, i586, i686, powerpc, armv7a, or aarch64])]
+ )
+
+ ## The following allows like systems to share settings. This is not meant to