diff options
author | lecramyajiv <36596722+lecramyajiv@users.noreply.github.com> | 2024-01-20 21:35:01 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 23:52:49 +0700 |
commit | e78df8fa2d839e68b0c997e894e5e682afe33ff3 (patch) | |
tree | 266a348a202acaa968fbd15eaa64dd85ab8939d9 | |
parent | 9a48d9f6c4d0d3877bd314ed2b001c3941b3c830 (diff) |
python/python3-setuptools-git-ls-files: Update flag.
change mtune flag to generic
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-setuptools-git-ls-files/python3-setuptools-git-ls-files.SlackBuild | 2 |
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" |