From bf116a7a175a73a6634294da3e2ace1b48df72f3 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 13 Mar 2022 19:55:54 +1300 Subject: libraries/xerces-c: Fix 32bit build. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/xerces-c/xerces-c.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libraries/xerces-c') diff --git a/libraries/xerces-c/xerces-c.SlackBuild b/libraries/xerces-c/xerces-c.SlackBuild index 2fa90b74cc..4ef7fdb80a 100644 --- a/libraries/xerces-c/xerces-c.SlackBuild +++ b/libraries/xerces-c/xerces-c.SlackBuild @@ -58,7 +58,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 @@ -83,8 +83,8 @@ WITHSAMPLES=${WITHSAMPLES:-0} WITHDOCS=${WITHDOCS:-0} ############################################################################## -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" BITS=32 elif [ "$ARCH" = "i686" ]; then -- cgit v1.2.3