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 | 4a88e90d8d534037621b5080479d422cb7e42a3c (patch) | |
tree | 731538b0e2250ac3a5b93eddc347d3aa68dfb349 /libraries/htmlcxx | |
parent | cf1b675c1aef58e1ac35ec9f68d66261b0719e41 (diff) | |
download | slackbuilds-4a88e90d8d534037621b5080479d422cb7e42a3c.tar.gz |
libraries/htmlcxx: Change i486 to i586
Diffstat (limited to 'libraries/htmlcxx')
-rw-r--r-- | libraries/htmlcxx/htmlcxx.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/htmlcxx/htmlcxx.SlackBuild b/libraries/htmlcxx/htmlcxx.SlackBuild index 28785fd2bb..6853a4aaa7 100644 --- a/libraries/htmlcxx/htmlcxx.SlackBuild +++ b/libraries/htmlcxx/htmlcxx.SlackBuild @@ -35,7 +35,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 @@ -53,8 +53,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" |