diff options
| author | bellard <bellard> | 2004-10-05 22:33:55 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2004-10-05 22:33:55 +0000 |
| commit | ec7d36326de63fa284f6c181db5b3d1c02f071bf (patch) | |
| tree | 6ada11834f6a20104bf48026159f0c6e98411d77 /Makefile | |
| parent | bf45336afb7f7859efa05dd17c9e73c983a2d834 (diff) | |
| download | tinycc-ec7d36326de63fa284f6c181db5b3d1c02f071bf.tar.gz tinycc-ec7d36326de63fa284f6c181db5b3d1c02f071bf.tar.bz2 | |
C67 COFF executable format support (TK)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ 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 +c67-tcc: tcc.c c67-gen.c tccelf.c tccasm.c tcctok.h libtcc.h tcccoff.c Makefile $(CC) $(CFLAGS) -DTCC_TARGET_C67 -o $@ $< $(LIBS) arm-tcc: tcc.c arm-gen.c tccelf.c tccasm.c tcctok.h libtcc.h Makefile |
