aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorlecramyajiv <36596722+lecramyajiv@users.noreply.github.com>2024-01-20 21:35:01 +0530
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-20 23:52:49 +0700
commite78df8fa2d839e68b0c997e894e5e682afe33ff3 (patch)
tree266a348a202acaa968fbd15eaa64dd85ab8939d9 /python
parent9a48d9f6c4d0d3877bd314ed2b001c3941b3c830 (diff)
python/python3-setuptools-git-ls-files: Update flag.
change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-setuptools-git-ls-files/python3-setuptools-git-ls-files.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-setuptools-git-ls-files/python3-setuptools-git-ls-files.SlackBuild b/python/python3-setuptools-git-ls-files/python3-setuptools-git-ls-files.SlackBuild
index 5241bbd35eab..91c244824fb5 100644
--- a/python/python3-setuptools-git-ls-files/python3-setuptools-git-ls-files.SlackBuild
+++ b/python/python3-setuptools-git-ls-files/python3-setuptools-git-ls-files.SlackBuild
@@ -55,7 +55,7 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-march=i686 -mtune=i686 -pipe -O2 -fPIC"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-mach=x86-64 -mtune=native -pipe -O2 -fPIC"
+ SLKCFLAGS="-mach=x86-64 -mtune=generic -pipe -O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"