diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:19:16 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:58 -0400 |
commit | 54a31a623f898aade78dad2bce4492b1afa30e4d (patch) | |
tree | 9d7b7f2c0efb70f794ec61e1cd7813f91148535c /libraries/libbdplus | |
parent | bd6a84e34242a059beacc305421cbd23306a8eb6 (diff) | |
download | slackbuilds-54a31a623f898aade78dad2bce4492b1afa30e4d.tar.gz |
libraries/libbdplus: Change i486 to i586
Diffstat (limited to 'libraries/libbdplus')
-rw-r--r-- | libraries/libbdplus/libbdplus.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libbdplus/libbdplus.SlackBuild b/libraries/libbdplus/libbdplus.SlackBuild index 1c54676449..08dff04bde 100644 --- a/libraries/libbdplus/libbdplus.SlackBuild +++ b/libraries/libbdplus/libbdplus.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" |