diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:23:01 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:19 -0400 |
commit | d97195cca919afafe17909d7722d23658c7b552d (patch) | |
tree | 68e825d67c64980999bd5e07dc2dc2035681e56f /games | |
parent | aa8656ac5a00ccfdef37d12d8d3cf10c6c5c4638 (diff) |
games/cutemaze: Change i486 to i586
Diffstat (limited to 'games')
-rw-r--r-- | games/cutemaze/cutemaze.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/cutemaze/cutemaze.SlackBuild b/games/cutemaze/cutemaze.SlackBuild index 7dff27b15626..0585d1535e87 100644 --- a/games/cutemaze/cutemaze.SlackBuild +++ b/games/cutemaze/cutemaze.SlackBuild @@ -37,7 +37,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 @@ -55,8 +55,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" |