Adjusted configure host_os to use uname for Darwin

Adjusted Makefile to make it Darwin (Mac OS X 10.10)-friendly for cross-compilers
by removing the creation of arm64 cross-compilers on this platform.
This commit is contained in:
Raphael Cohn
2015-04-07 15:28:31 +01:00
parent fa0eff949d
commit 2ba7542e4b
2 changed files with 11 additions and 2 deletions

2
configure vendored
View File

@ -47,7 +47,7 @@ tcc_elfinterp=""
tcc_lddir=
confvars=
cpu=
host_os=Linux
host_os=`uname`
# OS specific
targetos=`uname`