From 2ba7542e4b806828cc2aa3ff4b0460e6a821137c Mon Sep 17 00:00:00 2001 From: Raphael Cohn Date: Tue, 7 Apr 2015 15:28:31 +0100 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6fad0bf..69089fe 100755 --- a/configure +++ b/configure @@ -47,7 +47,7 @@ tcc_elfinterp="" tcc_lddir= confvars= cpu= -host_os=Linux +host_os=`uname` # OS specific targetos=`uname` -- cgit v1.3.1