diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-19 05:00:32 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:50:03 +0700 |
commit | f095311ce356f6e68bcfcb2ea70b1f197c09c38f (patch) | |
tree | ba6e70d28dfe9646f5d991cb33f16eaff1b91e80 /system | |
parent | 618bf7f996b172270ec0e4cca315eec136e6d31e (diff) |
system/read-edid: i486 => i586.
Diffstat (limited to 'system')
-rw-r--r-- | system/read-edid/read-edid.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/read-edid/read-edid.SlackBuild b/system/read-edid/read-edid.SlackBuild index 477b9edb500f..8bdce0feb6c0 100644 --- a/system/read-edid/read-edid.SlackBuild +++ b/system/read-edid/read-edid.SlackBuild @@ -15,7 +15,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -26,8 +26,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" |