diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2016-12-29 18:35:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:41 +0700 |
commit | c08e0e0bf549971d72cd1ae435f9e1a6c8eb7087 (patch) | |
tree | aea7d493e55aad0ef248d700f7327913390a0fdc /python/pypy/pypy.SlackBuild | |
parent | 090be3a38670540c9dab6368d3929b2b2b88743b (diff) | |
download | slackbuilds-c08e0e0bf549971d72cd1ae435f9e1a6c8eb7087.tar.gz |
python/pypy: Updated for version 5.6.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/pypy/pypy.SlackBuild')
-rw-r--r-- | python/pypy/pypy.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/pypy/pypy.SlackBuild b/python/pypy/pypy.SlackBuild index 09a1590d82..c7ef853b59 100644 --- a/python/pypy/pypy.SlackBuild +++ b/python/pypy/pypy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pypy -# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pypy -VERSION=${VERSION:-2.6.1} +VERSION=${VERSION:-5.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,8 +40,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" |