diff options
author | lecramyajiv <36596722+lecramyajiv@users.noreply.github.com> | 2024-01-20 22:16:18 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 23:53:41 +0700 |
commit | 682d381f16af59bec48dc062bce5f3d861295ca2 (patch) | |
tree | 8d6b6d4586c2e2e4214425dc7eb402292f1626de /system | |
parent | 675d512de59384a7c9f8846603cdbdefd8abbe8d (diff) |
system/slapt-get: Update slapt-get.SlackBuild
change mtune flag to generic
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/slapt-get/slapt-get.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/slapt-get/slapt-get.SlackBuild b/system/slapt-get/slapt-get.SlackBuild index 4f43253cbe14..9aedbb8581b8 100644 --- a/system/slapt-get/slapt-get.SlackBuild +++ b/system/slapt-get/slapt-get.SlackBuild @@ -59,7 +59,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" |