From 1025206e4fd19d594087e3745165476c321f01c7 Mon Sep 17 00:00:00 2001 From: Rob van Nues Date: Thu, 5 Jul 2018 21:34:26 +0700 Subject: system/luckybackup: Switch to i586. Signed-off-by: Willy Sudiarto Raharjo --- system/luckybackup/luckybackup.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/luckybackup/luckybackup.SlackBuild') diff --git a/system/luckybackup/luckybackup.SlackBuild b/system/luckybackup/luckybackup.SlackBuild index 0e08ce8256..314debf22b 100644 --- a/system/luckybackup/luckybackup.SlackBuild +++ b/system/luckybackup/luckybackup.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for luckybackup -# Copyright by titopoquito (titopoquito@gmail.com), rob van nues (rvnues@tesco.net) +# Copyright by titopoquito (titopoquito@gmail.com), rob van nues (sborg63@disroot.org) # Permission to use, copy, modify, and distribute this software for # any purpose with or without fee is hereby granted, provided that # the above copyright notice and this permission notice appear in all @@ -36,7 +36,7 @@ ADDGKSU=true # change to false if gksu is not used (on non-KDE systems) if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -47,8 +47,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" -- cgit v1.2.3