mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/sonarqube: Change i486 to i586
This commit is contained in:
parent
b3d44b82e2
commit
19dda0de55
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
BINDIR="linux-x86-32"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
|
|
Loading…
Reference in a new issue