aboutsummaryrefslogtreecommitdiff
path: root/python/python3-language-data
diff options
context:
space:
mode:
authorlecramyajiv <36596722+lecramyajiv@users.noreply.github.com>2024-01-20 20:47:41 +0530
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-20 23:50:28 +0700
commit1feeeee89ff85a2db5a113eff0830a526c277227 (patch)
treefcb22d862d4783734be38dfe1f655f933ab3540f /python/python3-language-data
parent60690ef7bbc92d0769b716d91994efd6e84c34a4 (diff)
downloadslackbuilds-1feeeee89ff85a2db5a113eff0830a526c277227.tar.xz
python/python3-language-data: Update python3-language-data.SlackBuild
change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-language-data')
-rw-r--r--python/python3-language-data/python3-language-data.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-language-data/python3-language-data.SlackBuild b/python/python3-language-data/python3-language-data.SlackBuild
index 10cbf9e355ff..47c7d1d0ee67 100644
--- a/python/python3-language-data/python3-language-data.SlackBuild
+++ b/python/python3-language-data/python3-language-data.SlackBuild
@@ -55,7 +55,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"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"