summaryrefslogtreecommitdiffstats
path: root/development/velero/velero.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/velero/velero.SlackBuild')
-rw-r--r--development/velero/velero.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/velero/velero.SlackBuild b/development/velero/velero.SlackBuild
index 75bdcd24eb..e8e423ba62 100644
--- a/development/velero/velero.SlackBuild
+++ b/development/velero/velero.SlackBuild
@@ -49,8 +49,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"