diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-17 23:35:17 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:01 -0400 |
commit | 69db959693662f156822e4bdececc0515577dfd4 (patch) | |
tree | 2a560b903ce9f6128ea1fca0551763b5ddff7712 /ham | |
parent | bee7aa39f4b7888905196f2678d06b2deabf8440 (diff) |
ham/cwdaemon: Change i486 to i586
Diffstat (limited to 'ham')
-rw-r--r-- | ham/cwdaemon/cwdaemon.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/cwdaemon/cwdaemon.SlackBuild b/ham/cwdaemon/cwdaemon.SlackBuild index 0375583634bbc..2049c42ccf42a 100644 --- a/ham/cwdaemon/cwdaemon.SlackBuild +++ b/ham/cwdaemon/cwdaemon.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" |