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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user