diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:23:02 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:19 -0400 |
commit | c8cafcfde4e5fa7e971d982edf311bfb860f6d18 (patch) | |
tree | 1ac05c7ed7780ccd54a4c617c2e9fd9c68d91221 /games/fs-uae-launcher | |
parent | 0f8374bc3351f00979c35667206bb0ba0da4a44c (diff) | |
download | slackbuilds-c8cafcfde4e5fa7e971d982edf311bfb860f6d18.tar.gz |
games/fs-uae-launcher: Change i486 to i586
Diffstat (limited to 'games/fs-uae-launcher')
-rw-r--r-- | games/fs-uae-launcher/fs-uae-launcher.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fs-uae-launcher/fs-uae-launcher.SlackBuild b/games/fs-uae-launcher/fs-uae-launcher.SlackBuild index 3cf9c85eb5..827be4a626 100644 --- a/games/fs-uae-launcher/fs-uae-launcher.SlackBuild +++ b/games/fs-uae-launcher/fs-uae-launcher.SlackBuild @@ -35,7 +35,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 @@ -53,8 +53,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" |