summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author lecramyajiv2024-01-20 17:22:22 +0100
committer Willy Sudiarto Raharjo2024-01-20 17:46:50 +0100
commit3ec1f753bfa1d2aa42e6febcc49da68b52fb83ac (patch)
tree880e72970e08c9ed29b1994ca13889bd435bfe56
parent0432279200ee7f7e7cedb639f67e0ff10d0824f3 (diff)
downloadslackbuilds-3ec1f753bfa1d2aa42e6febcc49da68b52fb83ac.tar.gz
development/reuse-tool: Update reuse-tool.SlackBuild
change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/reuse-tool/reuse-tool.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/reuse-tool/reuse-tool.SlackBuild b/development/reuse-tool/reuse-tool.SlackBuild
index 3a3d771c34..b359217c42 100644
--- a/development/reuse-tool/reuse-tool.SlackBuild
+++ b/development/reuse-tool/reuse-tool.SlackBuild
@@ -57,7 +57,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"