diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:59:44 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:12 -0400 |
commit | 8378f41868cf3347c2605f38325be476d0b04dc8 (patch) | |
tree | 7fcd696cfbb539039cdb994de9ecbf930ace1ba8 /desktop | |
parent | e9c9a905589ad248fd56a8a57ab407063e8b651d (diff) | |
download | slackbuilds-8378f41868cf3347c2605f38325be476d0b04dc8.tar.gz |
desktop/wmsm.app: Change i486 to i586
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/wmsm.app/wmsm.app.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/wmsm.app/wmsm.app.SlackBuild b/desktop/wmsm.app/wmsm.app.SlackBuild index 7df05333a4..24c5d032d9 100644 --- a/desktop/wmsm.app/wmsm.app.SlackBuild +++ b/desktop/wmsm.app/wmsm.app.SlackBuild @@ -15,7 +15,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 @@ -33,8 +33,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" |