aboutsummaryrefslogtreecommitdiff
path: root/python/python3-language-data/python3-language-data.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-language-data/python3-language-data.SlackBuild')
-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 10cbf9e355..47c7d1d0ee 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"