diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:19:14 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:57 -0400 |
commit | cf1b675c1aef58e1ac35ec9f68d66261b0719e41 (patch) | |
tree | 6bdc491cd38d61f65809d5e1256731a16ed01b4d /libraries | |
parent | 3ef42fb21a3ab8498e7c68b817f856f12c8ea70b (diff) |
libraries/hoedown: Change i486 to i586
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/hoedown/hoedown.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/hoedown/hoedown.SlackBuild b/libraries/hoedown/hoedown.SlackBuild index 3cc2062378f6..1aad182d007b 100644 --- a/libraries/hoedown/hoedown.SlackBuild +++ b/libraries/hoedown/hoedown.SlackBuild @@ -32,7 +32,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 @@ -50,8 +50,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" |