diff options
author | lecramyajiv <36596722+lecramyajiv@users.noreply.github.com> | 2024-01-20 21:52:22 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 23:46:50 +0700 |
commit | 3ec1f753bfa1d2aa42e6febcc49da68b52fb83ac (patch) | |
tree | 880e72970e08c9ed29b1994ca13889bd435bfe56 /development/reuse-tool | |
parent | 0432279200ee7f7e7cedb639f67e0ff10d0824f3 (diff) |
development/reuse-tool: Update reuse-tool.SlackBuild
change mtune flag to generic
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/reuse-tool')
-rw-r--r-- | development/reuse-tool/reuse-tool.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/reuse-tool/reuse-tool.SlackBuild b/development/reuse-tool/reuse-tool.SlackBuild index 3a3d771c346cd..b359217c42f73 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" |