aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgrischka <grischka>2007-12-04 20:38:09 +0000
committergrischka <grischka>2007-12-04 20:38:09 +0000
commitf99d3de221db23e322c6c18c8249282e27726c25 (patch)
tree5cb3bd1c8188707210eee2f89b03f7a13619479e /Makefile
parent2de1b2d14cc920e2c698ff0086f5558c2da7f569 (diff)
downloadtinycc-f99d3de221db23e322c6c18c8249282e27726c25.tar.gz
tinycc-f99d3de221db23e322c6c18c8249282e27726c25.tar.bz2
Import 409,410: ARM EABI by Daniel Glöckner
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc01d46..65f9fd9 100644
--- a/Makefile
+++ b/Makefile
@@ -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)