From 79c72b241998ee9ae533ae31a78913c4c50ca43e Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 4 Oct 2004 21:57:35 +0000 Subject: initial TMS320C67xx support (TK) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 882469e..068db07 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ $< -- cgit v1.3.1