diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:59:41 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:11 -0400 |
commit | 000e16d941952a0451a34bec5e0fb9d91d1cd0e2 (patch) | |
tree | b33aba00ca91e7f1da6b57c7b0c451ce3864e28e /desktop/parcellite | |
parent | 58e82aa945d97fb383e5021b451fa0a1c0c690c9 (diff) |
desktop/parcellite: Change i486 to i586
Diffstat (limited to 'desktop/parcellite')
-rw-r--r-- | desktop/parcellite/parcellite.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/parcellite/parcellite.SlackBuild b/desktop/parcellite/parcellite.SlackBuild index 2ea7b82e38b0..d137b9279586 100644 --- a/desktop/parcellite/parcellite.SlackBuild +++ b/desktop/parcellite/parcellite.SlackBuild @@ -13,7 +13,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 @@ -34,8 +34,8 @@ OUTPUT=${OUTPUT:-/tmp} # If set to "YES" then parcellite will use GTK Stock Icon based upon theme NOICON=${NOICON:-NO} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" elif [ "$ARCH" = "x86_64" ]; then |