diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:02:33 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:54 -0400 |
commit | 40da71bbb22a66af22b30f500c12223ba0d5757f (patch) | |
tree | 0b4fbbe32300d53fd073842bfad9f0e17024eb1b /system | |
parent | bbd453ae65ccf4b7b7abf9a088e9f80f18641961 (diff) |
system/xdiskusage: Change i486 to i586
Diffstat (limited to 'system')
-rw-r--r-- | system/xdiskusage/xdiskusage.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/xdiskusage/xdiskusage.SlackBuild b/system/xdiskusage/xdiskusage.SlackBuild index 9b7314ab9b60..3458444f3360 100644 --- a/system/xdiskusage/xdiskusage.SlackBuild +++ b/system/xdiskusage/xdiskusage.SlackBuild @@ -32,7 +32,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 @@ -50,8 +50,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" |