diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:45:52 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:27 -0400 |
commit | 9bc0afeb8496ce3e45fc64b4281981c3a03908e2 (patch) | |
tree | 330d08e79cf36d98d91be4cfffceac5c7f3dd021 | |
parent | 0267703cb23292e4703e7c3cbf078d6f0f0fa8e1 (diff) |
network/httptunnel: Change i486 to i586
-rw-r--r-- | network/httptunnel/httptunnel.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/httptunnel/httptunnel.SlackBuild b/network/httptunnel/httptunnel.SlackBuild index 4246ceca0739..840afb6f9e29 100644 --- a/network/httptunnel/httptunnel.SlackBuild +++ b/network/httptunnel/httptunnel.SlackBuild @@ -14,7 +14,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 @@ -32,8 +32,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" |