diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:59:38 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:09 -0400 |
commit | ad30559656f6a2586fdf6ea7b18e70cd925f1e13 (patch) | |
tree | 30533166e6a2c7af508b5b7ee39c0beaa6fe5f8c /desktop/AlsaMixer.app | |
parent | 148fad13865b8d08d893c85b60ed271d5ac3e7bb (diff) |
desktop/AlsaMixer.app: Change i486 to i586
Diffstat (limited to 'desktop/AlsaMixer.app')
-rw-r--r-- | desktop/AlsaMixer.app/AlsaMixer.app.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/AlsaMixer.app/AlsaMixer.app.SlackBuild b/desktop/AlsaMixer.app/AlsaMixer.app.SlackBuild index f6823cfada1f..d2c1248c0eb9 100644 --- a/desktop/AlsaMixer.app/AlsaMixer.app.SlackBuild +++ b/desktop/AlsaMixer.app/AlsaMixer.app.SlackBuild @@ -31,7 +31,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 @@ -51,8 +51,8 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="COPYING INSTALL README" -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" |