diff options
| author | grischka <grischka> | 2007-12-04 20:38:09 +0000 |
|---|---|---|
| committer | grischka <grischka> | 2007-12-04 20:38:09 +0000 |
| commit | f99d3de221db23e322c6c18c8249282e27726c25 (patch) | |
| tree | 5cb3bd1c8188707210eee2f89b03f7a13619479e /Makefile | |
| parent | 2de1b2d14cc920e2c698ff0086f5558c2da7f569 (diff) | |
| download | tinycc-f99d3de221db23e322c6c18c8249282e27726c25.tar.gz tinycc-f99d3de221db23e322c6c18c8249282e27726c25.tar.bz2 | |
Import 409,410: ARM EABI by Daniel Glöckner
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ c67-tcc$(EXESUF): tcc.c c67-gen.c tccelf.c tccasm.c tcctok.h libtcc.h tcccoff.c $(CC) $(CFLAGS) -DTCC_TARGET_C67 -o $@ $< $(LIBS) arm-tcc$(EXESUF): tcc.c arm-gen.c tccelf.c tccasm.c tcctok.h libtcc.h - $(CC) $(CFLAGS) -DTCC_TARGET_ARM -o $@ $< $(LIBS) + $(CC) $(CFLAGS) -DTCC_TARGET_ARM -DTCC_ARM_EABI -o $@ $< $(LIBS) i386-win32-tcc$(EXESUF): tcc.c i386-gen.c tccelf.c tccasm.c i386-asm.c tcctok.h libtcc.h i386-asm.h tccpe.c $(CC) $(CFLAGS) -DTCC_TARGET_PE -o $@ $< $(LIBS) |
