diff options
| author | bellard <bellard> | 2004-10-04 21:57:35 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2004-10-04 21:57:35 +0000 |
| commit | 79c72b241998ee9ae533ae31a78913c4c50ca43e (patch) | |
| tree | f2c8a602821cf2883886718b345c96374d72c374 /Makefile | |
| parent | df36de6507e735faee3448687263a5c877d5f074 (diff) | |
| download | tinycc-79c72b241998ee9ae533ae31a78913c4c50ca43e.tar.gz tinycc-79c72b241998ee9ae533ae31a78913c4c50ca43e.tar.bz2 | |
initial TMS320C67xx support (TK)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 $@ $< |
