Further changes improving the OSX build. Everything builds. libtest passes.
commitde54586d5b45800e26952ec77b4f51ad4c1e0079
authorMilutin Jovanovic <jovanovic.milutin@gmail.com>
Tue, 6 Mar 2012 18:26:36 +0000 (6 13:26 -0500)
committerMilutin Jovanovic <jovanovic.milutin@gmail.com>
Tue, 6 Mar 2012 18:26:36 +0000 (6 13:26 -0500)
treed8025bae00c9248d1d5c76f20df5cce8a3dcfd28
parentae191c3a619db25e3c9d4b6c89d1a9970563d825
Further changes improving the OSX build. Everything builds. libtest passes.
Other tests still have issues, currently with weak linking.

One of the primary stumbling blocks on OSX is the lack of support for
mach-o binaries. Therefore all tcc usage on OSX has to be limited to elf
binaries, presumably produced by tcc itself.

Therefore I had to enable building of tiny_libmaker for OSX. Then changed
the make to use tcc and tiny_libmaker to compile the tcclib1.

In order to compile the tests, specifically the parts that use weak linking,
I have had to define MACOSX_DEPLOYMENT_TARGET to 10.2, which seems like a
hack, but extensive searching seems to indicate that this is the only way
to make apple gcc allow weak linking. Using any other value, bigger or smaller
breaks weak linking.

Also added _ANSI_SOURCE define required by some OSX headers, and some cosmetic
gitignore changes. I believe these changes should not impact other platforms.
.gitignore
Makefile
lib/Makefile
tests/Makefile