mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-25 20:11:36 +00:00
Update config.guess to modern version which recognizes x86_64 architecture for Darwin (MacOS)
Update osversion script to recognize x86_64 triples for Darwin as Darwin Update machinetype script to return 386 for MacOS El Capitan (10.11), x86_64 for other versions Add makefile-darwin.x86_64-x for compiling in 64-bit mode on later MacOS versions modified: config.guess modified: machinetype new file: makefile-darwin.x86_64-x modified: osversion
This commit is contained in:
@@ -11,7 +11,7 @@ case "$os" in
|
||||
sparc-sun-solaris2*) echo sunos5 ;;
|
||||
alpha-dec-osf1) echo osf1 ;;
|
||||
i386-*-solaris*) echo sunos5 ;;
|
||||
i386-apple-darwin*) echo darwin ;;
|
||||
*-apple-darwin*) echo darwin ;;
|
||||
*-*-linux*) echo linux ;;
|
||||
*-*-openbsd*) echo openbsd ;;
|
||||
*-*-freebsd*) echo freebsd ;;
|
||||
|
||||
Reference in New Issue
Block a user