From d4181b25bda8386148da0af514c1005d6c3827bb Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Wed, 23 Mar 2022 08:10:56 +1300 Subject: [PATCH] office/pandoc: i486 => i586. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- office/pandoc/pandoc.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/office/pandoc/pandoc.SlackBuild b/office/pandoc/pandoc.SlackBuild index 2abd6f3fe5..8fa46202ac 100644 --- a/office/pandoc/pandoc.SlackBuild +++ b/office/pandoc/pandoc.SlackBuild @@ -18,7 +18,7 @@ GHC_VERSION=$(ghc --numeric-version) if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -36,8 +36,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="" TARARCH=i386 elif [ "$ARCH" = "i686" ]; then