diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:02:29 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:52 -0400 |
commit | 4e7ac4a033a24472585c5ea6d1e5f8e8200ec8f2 (patch) | |
tree | 235bb960b549aab195c2a803dca7bafc4a56fdf2 /system/procinfo-ng | |
parent | 9b4fe9fd30eb6ac4170198b87e0a80b83bb050dd (diff) |
system/procinfo-ng: Change i486 to i586
Diffstat (limited to 'system/procinfo-ng')
-rw-r--r-- | system/procinfo-ng/procinfo-ng.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/procinfo-ng/procinfo-ng.SlackBuild b/system/procinfo-ng/procinfo-ng.SlackBuild index ae28d93f202e..617278572171 100644 --- a/system/procinfo-ng/procinfo-ng.SlackBuild +++ b/system/procinfo-ng/procinfo-ng.SlackBuild @@ -30,7 +30,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 @@ -48,8 +48,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" |