diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:47:31 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:05 -0400 |
commit | fcfaab4439b1d03671964c8aaaa1b3ed877fdf01 (patch) | |
tree | 22b324c6ec62b72f0bee2771ed484439613e4aeb /audio/aj-snapshot | |
parent | a5ca6b12f0a282d37eab9a2cbaaf3e02c708c7a3 (diff) | |
download | slackbuilds-fcfaab4439b1d03671964c8aaaa1b3ed877fdf01.tar.gz |
audio/aj-snapshot: Change i486 to i586
Diffstat (limited to 'audio/aj-snapshot')
-rw-r--r-- | audio/aj-snapshot/aj-snapshot.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/aj-snapshot/aj-snapshot.SlackBuild b/audio/aj-snapshot/aj-snapshot.SlackBuild index 27fe619687..79ab7ea0a1 100644 --- a/audio/aj-snapshot/aj-snapshot.SlackBuild +++ b/audio/aj-snapshot/aj-snapshot.SlackBuild @@ -18,7 +18,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 @@ -36,8 +36,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" |