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 | f6b557fbddefffd1e05ec6983b0de2cc14731f7b (patch) | |
tree | 8cd09a9c2e55b847c15ea50045621c81fd0cafed /games | |
parent | ab09ceab48b4a452ae634c99df4a7d5ac334f9fa (diff) |
games/fillets-ng: Change i486 to i586
Diffstat (limited to 'games')
-rw-r--r-- | games/fillets-ng/fillets-ng.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fillets-ng/fillets-ng.SlackBuild b/games/fillets-ng/fillets-ng.SlackBuild index 8c0e72e57dfa..594cc6ec34cb 100644 --- a/games/fillets-ng/fillets-ng.SlackBuild +++ b/games/fillets-ng/fillets-ng.SlackBuild @@ -33,7 +33,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 @@ -51,8 +51,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" |