Browse Source

misc/hoorex: Change i486 to i586

pull/186/head
fourtysixandtwo 4 years ago
committed by B. Watson
parent
commit
9ff81d4f0c
  1. 4
      misc/hoorex/hoorex.SlackBuild

4
misc/hoorex/hoorex.SlackBuild

@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

Loading…
Cancel
Save