tinycc/lib
minux 9714d2e75f build: add initial NetBSD support.
Not able to generate ELF files on NetBSD yet (lacks the note and crt1.o
is actually named crt0.o on NetBSD), but -run works with these extra
defines:
-D__lint__ -D"__symbolrename(x)=asm(#x)" -D__NetBSD__

The -D__lint__ is an ugly hack, TCC should be able to emulate GCC just
fine, but it seems TCC doesn't support __builtin_va_list yet?
	typedef __builtin_va_list __va_list;
/usr/include/sys/ansi.h:72: error: ';' expected (got "__va_list")
2014-04-12 01:42:46 -04:00
..
alloca86_64.S
alloca86-bt.S
alloca86.S
alloca-arm.S
armeabi.c
bcheck.c build: add initial NetBSD support. 2014-04-12 01:42:46 -04:00
libtcc1.c
Makefile win32: libtcc1.a needs to be built with tcc 2014-04-07 11:16:06 +02:00