Skip to content

Commit

Permalink
misc/sbo-templates: Switch to i586.
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
  • Loading branch information
dslackw authored and willysr committed Oct 22, 2016
1 parent f32f4e2 commit 6c90f6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/sbo-templates/sbo-templates.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for sbo-templates

# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2015-216 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
Expand All @@ -40,8 +40,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"
Expand Down

0 comments on commit 6c90f6e

Please sign in to comment.