diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:02:23 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:49 -0400 |
commit | 98537fa65e9fdf276e42dd16b0541f0ada6bb96b (patch) | |
tree | f8b6d0d5f44312c53d193bf0277746f98c6e95c9 /system/hal-flash/hal-flash.SlackBuild | |
parent | 3cf7f2d766fd9e7a1f2088e92a5a302e19233658 (diff) |
system/hal-flash: Change i486 to i586
Diffstat (limited to 'system/hal-flash/hal-flash.SlackBuild')
-rw-r--r-- | system/hal-flash/hal-flash.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/hal-flash/hal-flash.SlackBuild b/system/hal-flash/hal-flash.SlackBuild index 8d3d20999feef..4aa8fa3e840d1 100644 --- a/system/hal-flash/hal-flash.SlackBuild +++ b/system/hal-flash/hal-flash.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" |