diff options
| author | Frederic Feret <tommy.planet@free.fr> | 2009-08-27 09:53:50 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-11-13 18:08:59 +0100 |
| commit | 526c4645048fa469a2941c86a09f4f851a96eb91 (patch) | |
| tree | 265c37c212c2083a53f92b89b31b2e2a26f1fdf4 /Makefile | |
| parent | 0d768b97130ef2180725c4e585bb482ed0dea105 (diff) | |
| download | tinycc-526c4645048fa469a2941c86a09f4f851a96eb91.tar.gz tinycc-526c4645048fa469a2941c86a09f4f851a96eb91.tar.bz2 | |
first support of x86_64 assembly
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -79,10 +79,10 @@ C67_CROSS = c67-tcc$(EXESUF) CORE_FILES = tcc.c libtcc.c tccpp.c tccgen.c tccelf.c tccasm.c \ tcc.h config.h libtcc.h tcctok.h -I386_FILES = $(CORE_FILES) i386-gen.c i386-asm.c i386-asm.h -WIN32_FILES = $(CORE_FILES) i386-gen.c i386-asm.c i386-asm.h tccpe.c -WIN64_FILES = $(CORE_FILES) x86_64-gen.c tccpe.c -X86_64_FILES = $(CORE_FILES) x86_64-gen.c +I386_FILES = $(CORE_FILES) i386-gen.c i386-asm.c i386-asm.h i386-tok.h +WIN32_FILES = $(CORE_FILES) i386-gen.c i386-asm.c i386-asm.h i386-tok.h tccpe.c +WIN64_FILES = $(CORE_FILES) x86_64-gen.c x86_64-asm.c x86_64-asm.h x86_64-tok.h tccpe.c +X86_64_FILES = $(CORE_FILES) x86_64-gen.c x86_64-asm.c x86_64-asm.h x86_64-tok.h ARM_FILES = $(CORE_FILES) arm-gen.c C67_FILES = $(CORE_FILES) c67-gen.c tcccoff.c |
