summaryrefslogtreecommitdiffstats
path: root/system/newrelic-sysmond
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 04:02:27 +0100
committer B. Watson2022-06-07 08:23:51 +0200
commitb3b0d84bf24d3026d284195c712ff4ac69e5b071 (patch)
treefc09fa708b9f4ad56a9a4d4da878f84671c78d1e /system/newrelic-sysmond
parentae8476a64a970edc40cfa398b6d3f9903e68e8f0 (diff)
downloadslackbuilds-b3b0d84bf24d3026d284195c712ff4ac69e5b071.tar.gz
system/newrelic-sysmond: Change i486 to i586
Diffstat (limited to 'system/newrelic-sysmond')
-rw-r--r--system/newrelic-sysmond/newrelic-sysmond.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/newrelic-sysmond/newrelic-sysmond.SlackBuild b/system/newrelic-sysmond/newrelic-sysmond.SlackBuild
index 63054e1947..4ef84e7ba0 100644
--- a/system/newrelic-sysmond/newrelic-sysmond.SlackBuild
+++ b/system/newrelic-sysmond/newrelic-sysmond.SlackBuild
@@ -32,7 +32,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -50,8 +50,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"