aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorlecramyajiv <36596722+lecramyajiv@users.noreply.github.com>2024-01-20 22:28:34 +0530
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-21 00:00:00 +0700
commit39010d4787237d360718623e5f5966f85c82a45f (patch)
tree789f5478f536642f13c902de62e4f912f632f790 /system
parent896bd17fde2c77cd204938479a1b915a821bd2f4 (diff)
system/slapt-update-service: Update slapt-update-service.SlackBuild
change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/slapt-update-service/slapt-update-service.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/slapt-update-service/slapt-update-service.SlackBuild b/system/slapt-update-service/slapt-update-service.SlackBuild
index db56c909f7670..f3062917db7a2 100644
--- a/system/slapt-update-service/slapt-update-service.SlackBuild
+++ b/system/slapt-update-service/slapt-update-service.SlackBuild
@@ -58,7 +58,7 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-march=i686 -mtune=i686 -pipe -O2 -fPIC"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-march=x86-64 -mtune=native -pipe -O2 -fPIC"
+ SLKCFLAGS="-march=x86-64 -mtune=generic -pipe -O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"