mirror of https://github.com/python/cpython
Treat irix64 like irix. Fixes #764560. Will backport to 2.2.
This commit is contained in:
parent
d6f6e50c9b
commit
f33222833c
|
@ -117,6 +117,7 @@ then
|
|||
cygwin*) MACHDEP="cygwin";;
|
||||
darwin*) MACHDEP="darwin";;
|
||||
atheos*) MACHDEP="atheos";;
|
||||
irix646) MACHDEP="irix6";;
|
||||
'') MACHDEP="unknown";;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue