1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 19:46:21 +00:00

Update machinetype to recognize x86_64 machines

This commit is contained in:
Nick Briggs
2020-08-03 19:05:41 -07:00
parent 36d3575736
commit 79ad101cc1

View File

@@ -16,6 +16,7 @@ case "$os" in
sparc-*) echo sparc ;;
alpha-*) echo alpha ;;
i*86-*-*) echo 386 ;;
x86_64-*) echo x86_64 ;;
powerpc-*) echo ppc ;;
esac