diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:01:48 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:05 -0400 |
commit | a45c603419e34030c190984b1ee52512add8a20e (patch) | |
tree | b5f8da22a78c83f350a916bdff6d4b52f3883af1 /academic/spiceopus | |
parent | 93217eda858bcfce209a3e7de770209417e6e358 (diff) |
academic/spiceopus: Change i486 to i586
Diffstat (limited to 'academic/spiceopus')
-rw-r--r-- | academic/spiceopus/spiceopus.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/spiceopus/spiceopus.SlackBuild b/academic/spiceopus/spiceopus.SlackBuild index 1c2be2853340..74e9e2517ec9 100644 --- a/academic/spiceopus/spiceopus.SlackBuild +++ b/academic/spiceopus/spiceopus.SlackBuild @@ -34,7 +34,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 @@ -52,8 +52,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" |