aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecramyajiv <36596722+lecramyajiv@users.noreply.github.com>2024-01-18 22:43:41 +0530
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-19 09:45:48 +0700
commit439d57e24627cde6cef68eb4d259e1414db7123f (patch)
tree908d90387617e8632e807cbe2fd9d9c32c96f369
parent49f628ce76fca479a90b1e756fdf623b4271a6f3 (diff)
downloadslackbuilds-439d57e24627cde6cef68eb4d259e1414db7123f.tar.xz
python/python3-cffsubr: Update python3-cffsubr.SlackBuild
change -mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-cffsubr/python3-cffsubr.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-cffsubr/python3-cffsubr.SlackBuild b/python/python3-cffsubr/python3-cffsubr.SlackBuild
index 12277d8f6692..2e14ca09ffae 100644
--- a/python/python3-cffsubr/python3-cffsubr.SlackBuild
+++ b/python/python3-cffsubr/python3-cffsubr.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"
else
SLKCFLAGS="-O2"