From e78df8fa2d839e68b0c997e894e5e682afe33ff3 Mon Sep 17 00:00:00 2001 From: lecramyajiv <36596722+lecramyajiv@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:35:01 +0530 Subject: python/python3-setuptools-git-ls-files: Update flag. change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo --- .../python3-setuptools-git-ls-files.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3