diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 21:40:26 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:45 +0000 |
commit | f948cd150faedc6f80fb69d85474ef6bf3650a10 (patch) | |
tree | 752c502d1dcaca189e428cb79cc3bc80458dc0b9 /python/gst0-python | |
parent | 2652766f53310f65db5d8bccfa1fc5445035a9f0 (diff) | |
download | slackbuilds-f948cd150faedc6f80fb69d85474ef6bf3650a10.tar.gz |
python/gst0-python: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/gst0-python')
-rw-r--r-- | python/gst0-python/gst0-python.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/gst0-python/gst0-python.SlackBuild b/python/gst0-python/gst0-python.SlackBuild index 451e94878e..412367595c 100644 --- a/python/gst0-python/gst0-python.SlackBuild +++ b/python/gst0-python/gst0-python.SlackBuild @@ -20,7 +20,7 @@ SRCNAM=gst-python if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -31,8 +31,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" |