initial TMS320C67xx support (TK)

This commit is contained in:
bellard
2004-10-04 21:57:35 +00:00
parent df36de6507
commit 79c72b2419
7 changed files with 87 additions and 7 deletions

View File

@ -114,6 +114,9 @@ tcc_g: tcc.c i386-gen.c tccelf.c tccasm.c i386-asm.c tcctok.h libtcc.h i386-asm.
tcc: tcc_g Makefile
strip -s -R .comment -R .note -o $@ $<
c67-tcc: tcc.c c67-gen.c tccelf.c tccasm.c tcctok.h libtcc.h Makefile
$(CC) $(CFLAGS) -DTCC_TARGET_C67 -o $@ $< $(LIBS)
# TinyCC runtime libraries
libtcc1.o: libtcc1.c
$(CC) -O2 -Wall -c -o $@ $<