1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

Add PyPy 4.0.0 (fixes #463)

The binaries of portable-pypy are not yet available, though.
This commit is contained in:
Yamashita, Yuu
2015-10-30 02:54:08 +00:00
parent 155012911c
commit 6c3dd0a24f
3 changed files with 61 additions and 0 deletions

View File

@@ -888,6 +888,8 @@ pypy_architecture() {
"armel" ) echo "linux-armel" ;;
"armhf" | "armv6l" | "armv7l" ) echo "linux-armhf" ;;
"i386" | "i486" | "i586" | "i686" | "i786" ) echo "linux" ;;
"ppc64" ) echo "linux-ppc64" ;;
"ppc64le" ) echo "linux-ppc64le" ;;
"x86_64" ) echo "linux64" ;;
* ) return 1 ;;
esac