diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:47:37 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:08 -0400 |
commit | e32e1b28305b5d88758629b2623c90a3a4ddf5cf (patch) | |
tree | fb9e516dd3d8e9301721f9a61b251fa741d79f32 /audio | |
parent | 71ef2c14d241c1a2f48cf0a26bbf2c660c2db96e (diff) | |
download | slackbuilds-e32e1b28305b5d88758629b2623c90a3a4ddf5cf.tar.gz |
audio/streamtuner: Change i486 to i586
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner/streamtuner.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/streamtuner/streamtuner.SlackBuild b/audio/streamtuner/streamtuner.SlackBuild index 59c635a81d..d0c82a54ce 100644 --- a/audio/streamtuner/streamtuner.SlackBuild +++ b/audio/streamtuner/streamtuner.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" |