diff options
author | lecramyajiv <36596722+lecramyajiv@users.noreply.github.com> | 2024-01-20 22:28:34 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-21 00:00:00 +0700 |
commit | 39010d4787237d360718623e5f5966f85c82a45f (patch) | |
tree | 789f5478f536642f13c902de62e4f912f632f790 /system | |
parent | 896bd17fde2c77cd204938479a1b915a821bd2f4 (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.SlackBuild | 2 |
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" |