aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/hivex/hivex.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/hivex/hivex.SlackBuild b/system/hivex/hivex.SlackBuild
index 11f83254b2..46dabea8cf 100644
--- a/system/hivex/hivex.SlackBuild
+++ b/system/hivex/hivex.SlackBuild
@@ -58,7 +58,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"