ARM fixes (Daniel Glockner)

This commit is contained in:
bellard
2004-10-04 22:19:21 +00:00
parent 3bd3c71fd1
commit 6e5b1cc43a
4 changed files with 234 additions and 92 deletions

View File

@ -117,6 +117,9 @@ tcc: tcc_g Makefile
c67-tcc: tcc.c c67-gen.c tccelf.c tccasm.c tcctok.h libtcc.h Makefile
$(CC) $(CFLAGS) -DTCC_TARGET_C67 -o $@ $< $(LIBS)
arm-tcc: tcc.c arm-gen.c tccelf.c tccasm.c tcctok.h libtcc.h Makefile
$(CC) $(CFLAGS) -DTCC_TARGET_ARM -o $@ $< $(LIBS)
# TinyCC runtime libraries
libtcc1.o: libtcc1.c
$(CC) -O2 -Wall -c -o $@ $<