tcc: early OSX native support
commit91cd148a05e2c492a02eb77b12a2581b87bc9822
authorAndrei Warkentin <andrey.warkentin@gmail.com>
Tue, 28 Mar 2017 05:58:42 +0000 (28 01:58 -0400)
committerAndrei Warkentin <awarkentin@awarkentin-mba.local>
Tue, 25 Apr 2017 10:55:18 +0000 (25 13:55 +0300)
tree9180f497ced5f98a481def42655f5e12488c2ef4
parent0ac29b53dc038408b08e0f8515ae6edabc145f76
tcc: early OSX native support

- build scripts
- working '-run' mode, e.g.:

./tcc -B. -I./include -I. -I.. -D_ANSI_SOURCE -run examples/ex1.c

Note: we don't bother parsing Mach-O/Fat images yet. We blindly
dlopen the image.

Signed-off-by: Andrei Warkentin <andrey.warkentin@gmail.com>
Makefile
configure
lib/Makefile
libtcc.c