Browse Source

add i786

pull/17/head
Yamashita Yuu 11 years ago
parent
commit
318a41d723
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      plugins/python-build/share/python-build/pypy-1.8
  2. +1
    -1
      plugins/python-build/share/python-build/pypy-1.9
  3. +1
    -1
      plugins/python-build/share/python-build/pypy-2.0

+ 1
- 1
plugins/python-build/share/python-build/pypy-1.8 View File

@ -4,7 +4,7 @@ case "$(uname -s)" in
;;
"Linux" )
case "$(uname -m)" in
"i386" | "i486" | "i586" | "i686")
"i386" | "i486" | "i586" | "i686" | "i786" )
PYPY_URL="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-linux.tar.bz2#c4a1d11e0283a390d9e9b801a4633b9f"
;;
"x86_64" )

+ 1
- 1
plugins/python-build/share/python-build/pypy-1.9 View File

@ -4,7 +4,7 @@ case "$(uname -s)" in
;;
"Linux" )
case "$(uname -m)" in
"i386" | "i486" | "i586" | "i686")
"i386" | "i486" | "i586" | "i686" | "i786" )
PYPY_URL="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux.tar.bz2#1a08c88642434fc2e0e4256d351f48db"
;;
"x86_64" )

+ 1
- 1
plugins/python-build/share/python-build/pypy-2.0 View File

@ -10,7 +10,7 @@ case "$(uname -s)" in
"armhf" )
PYPY_URL="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-alpha-arm-armhf.tar.bz2#2565ce68b4032eb306d998e722495694"
;;
"i386" | "i486" | "i586" | "i686")
"i386" | "i486" | "i586" | "i686" | "i786" )
PYPY_URL="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux.tar.bz2#267c46ed8c591da19b6091aa90fa9acf"
;;
"x86_64" )

Loading…
Cancel
Save