diff options
author | lecramyajiv <36596722+lecramyajiv@users.noreply.github.com> | 2024-01-20 22:22:52 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 23:57:18 +0700 |
commit | 896bd17fde2c77cd204938479a1b915a821bd2f4 (patch) | |
tree | 1962cb00b70c95ff6df55964e1851830f500e6c4 /system/gslapt | |
parent | 8e8228681a04595a0b2504ca0122506b1bb59ce4 (diff) |
system/gslapt: Update gslapt.SlackBuild
change mtune flag to generic
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gslapt')
-rw-r--r-- | system/gslapt/gslapt.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gslapt/gslapt.SlackBuild b/system/gslapt/gslapt.SlackBuild index 36a19a64c4b47..cfebbaba41a8f 100644 --- a/system/gslapt/gslapt.SlackBuild +++ b/system/gslapt/gslapt.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" |