mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/hivex: Update hivex.SlackBuild
change -mtune flag from native togeneric Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ec83361409
commit
e4e528ed9c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue