diff options
| author | Raphael Cohn <raphael.cohn@stormmq.com> | 2015-04-07 15:28:31 +0100 |
|---|---|---|
| committer | Raphael Cohn <raphael.cohn@stormmq.com> | 2015-04-07 15:44:54 +0100 |
| commit | 2ba7542e4b806828cc2aa3ff4b0460e6a821137c (patch) | |
| tree | dbfc6003e974c8f4823d85e6cde999659eaf0d45 /configure | |
| parent | fa0eff949d7eed47494f630e8154114e00cc57a6 (diff) | |
| download | tinycc-2ba7542e4b806828cc2aa3ff4b0460e6a821137c.tar.gz tinycc-2ba7542e4b806828cc2aa3ff4b0460e6a821137c.tar.bz2 | |
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.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ tcc_elfinterp="" tcc_lddir= confvars= cpu= -host_os=Linux +host_os=`uname` # OS specific targetos=`uname` |
