diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:45:55 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:29 -0400 |
commit | c01e90146c65e939aff4d363faf2afc3444b6140 (patch) | |
tree | e3e4245b54c610a98785032ee0087f95e4e92858 /network/mysecureshell | |
parent | f9c18be8649b3456f6f7090a87ed20aa4738cd62 (diff) |
network/mysecureshell: Change i486 to i586
Diffstat (limited to 'network/mysecureshell')
-rw-r--r-- | network/mysecureshell/mysecureshell.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/mysecureshell/mysecureshell.SlackBuild b/network/mysecureshell/mysecureshell.SlackBuild index c6000652561b..2522481c948f 100644 --- a/network/mysecureshell/mysecureshell.SlackBuild +++ b/network/mysecureshell/mysecureshell.SlackBuild @@ -17,7 +17,7 @@ SRCNAME=$PRGNAM\_$VERSION if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -35,8 +35,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" |