diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:17:13 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:17 -0400 |
commit | b1d065b45a57216f7c177174adeef6214973e703 (patch) | |
tree | 5d9c385788d41f265fde701be3898d20b94c676a /development/tcludp | |
parent | 4146b1e32ea67f8ba2d4cb9f689a4e3d59b0d551 (diff) |
development/tcludp: Change i486 to i586
Diffstat (limited to 'development/tcludp')
-rw-r--r-- | development/tcludp/tcludp.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/tcludp/tcludp.SlackBuild b/development/tcludp/tcludp.SlackBuild index 131a62f60565..17f1f9b324a1 100644 --- a/development/tcludp/tcludp.SlackBuild +++ b/development/tcludp/tcludp.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" |