diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:19:33 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:24:04 -0400 |
commit | eed87df65a7a2beb28e78e0a6bdab547aec94a29 (patch) | |
tree | 0e2197dc702e39af3385cf8ee013cfd5e064d841 /libraries/squish | |
parent | 3adaa4f132723bfe18575e7ae34020d3ec0c4095 (diff) | |
download | slackbuilds-eed87df65a7a2beb28e78e0a6bdab547aec94a29.tar.gz |
libraries/squish: Change i486 to i586
Diffstat (limited to 'libraries/squish')
-rw-r--r-- | libraries/squish/squish.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/squish/squish.SlackBuild b/libraries/squish/squish.SlackBuild index e36ccbe728..d458b06431 100644 --- a/libraries/squish/squish.SlackBuild +++ b/libraries/squish/squish.SlackBuild @@ -33,7 +33,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 @@ TMP=${TMP:-/tmp/SBo} PKG=${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" |