diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:23:00 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:19 -0400 |
commit | 583c0839a3fbf095c539a57d84c0e2b8846aa911 (patch) | |
tree | fd4dcd54ee747614d075efd2abd2bed4a87bddf5 /games/barrage | |
parent | a94d46dc4368b32fc7876a5d047316d029ca8b6d (diff) |
games/barrage: Change i486 to i586
Diffstat (limited to 'games/barrage')
-rw-r--r-- | games/barrage/barrage.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/barrage/barrage.SlackBuild b/games/barrage/barrage.SlackBuild index 2fc577503d0ee..7fae58da38075 100644 --- a/games/barrage/barrage.SlackBuild +++ b/games/barrage/barrage.SlackBuild @@ -14,7 +14,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -32,8 +32,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" |