diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:59:42 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:11 -0400 |
commit | 9942ac72eeb72ac70fafcdb621fc4701326437df (patch) | |
tree | 0d423ffd6645864e4448ec510e7eddae9e6d4d74 /desktop/stalonetray | |
parent | eb05fc3772510dfae2ada2a1a4313bd935042a3a (diff) | |
download | slackbuilds-9942ac72eeb72ac70fafcdb621fc4701326437df.tar.gz |
desktop/stalonetray: Change i486 to i586
Diffstat (limited to 'desktop/stalonetray')
-rw-r--r-- | desktop/stalonetray/stalonetray.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/stalonetray/stalonetray.SlackBuild b/desktop/stalonetray/stalonetray.SlackBuild index 20625cdb73..ce8f01d05b 100644 --- a/desktop/stalonetray/stalonetray.SlackBuild +++ b/desktop/stalonetray/stalonetray.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" |