diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:23:04 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:20 -0400 |
commit | 25bac37fe5f77856a3f4765766be9ce967dbf6fc (patch) | |
tree | 9938432e5a18d61ecbd0a43beddb31b03a6f20d4 /games/tintin | |
parent | 3bd3df8832cc43455e49a5b2cfbfc35e3383cfcd (diff) | |
download | slackbuilds-25bac37fe5f77856a3f4765766be9ce967dbf6fc.tar.gz |
games/tintin: Change i486 to i586
Diffstat (limited to 'games/tintin')
-rw-r--r-- | games/tintin/tintin.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tintin/tintin.SlackBuild b/games/tintin/tintin.SlackBuild index 0272923ba9..e31a542721 100644 --- a/games/tintin/tintin.SlackBuild +++ b/games/tintin/tintin.SlackBuild @@ -31,7 +31,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 @@ -49,8 +49,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" |