1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-29 13:32:51 +00:00

Update build files for M1 Mac systems (refs Interlisp/medley#69)

The config.guess script returns "aarch64-apple-darwin20.1.0" for an M1 Big Sur mac mini.

	modified:   bin/machinetype
	new file:   bin/makefile-darwin.aarch64-x
This commit is contained in:
Nick Briggs
2020-11-24 17:43:04 -08:00
parent d8c0ab9bdf
commit 8dda1fe2a8
2 changed files with 54 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ case "$os" in
alpha-*) echo alpha ;;
i*86-*-*) echo 386 ;;
armv7l-*-*) echo armv7l ;;
aarch64-*-*) echo aarch64 ;;
x86_64-apple-darwin15*) echo 386 ;;
x86_64-*) echo x86_64 ;;
powerpc-*) echo ppc ;;