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

This commit is contained in:
Martin v. Löwis 2003-07-13 09:46:13 +00:00
parent d6f6e50c9b
commit f33222833c
2 changed files with 2237 additions and 3072 deletions

5308
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -117,6 +117,7 @@ then
cygwin*) MACHDEP="cygwin";;
darwin*) MACHDEP="darwin";;
atheos*) MACHDEP="atheos";;
irix646) MACHDEP="irix6";;
'') MACHDEP="unknown";;
esac
fi