Kaydet (Commit) f3322283 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Treat irix64 like irix. Fixes #764560. Will backport to 2.2.

üst d6f6e50c
This diff is collapsed.
......@@ -117,6 +117,7 @@ then
cygwin*) MACHDEP="cygwin";;
darwin*) MACHDEP="darwin";;
atheos*) MACHDEP="atheos";;
irix646) MACHDEP="irix6";;
'') MACHDEP="unknown";;
esac
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment