diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-17 19:30:58 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:00 -0400 |
commit | dd363721a8bb7004aa9e5e8bdf8b0d49351ea453 (patch) | |
tree | 1dc19e7bea0475c447f0269d46016a8f45413004 /graphics/qelectrotech | |
parent | 150ed1b3df3c3ed8ee54fac7263d1018a767b2ca (diff) |
graphics/qelectrotech.SlackBuild: Change i486 to i586
Diffstat (limited to 'graphics/qelectrotech')
-rw-r--r-- | graphics/qelectrotech/qelectrotech.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/qelectrotech/qelectrotech.SlackBuild b/graphics/qelectrotech/qelectrotech.SlackBuild index 3929feb8f0f39..92c5d92bad532 100644 --- a/graphics/qelectrotech/qelectrotech.SlackBuild +++ b/graphics/qelectrotech/qelectrotech.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=$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" |