mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-setuptools-git-ls-files: Update flag.
change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a48d9f6c4
commit
e78df8fa2d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
SLKCFLAGS="-march=i686 -mtune=i686 -pipe -O2 -fPIC"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-mach=x86-64 -mtune=native -pipe -O2 -fPIC"
|
||||
SLKCFLAGS="-mach=x86-64 -mtune=generic -pipe -O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
elif [ "$ARCH" = "aarch64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
|
|
Loading…
Reference in a new issue