get rid of -mshort compiling xhdi_interface.c which just creates a mess.

This commit is contained in:
Markus Fröschle
2013-05-08 04:03:59 +00:00
parent 4d1da19b09
commit c9fbffcff0
3 changed files with 32 additions and 50 deletions

View File

@@ -142,9 +142,6 @@ $(LIBBAS): $(OBJS)
# compile init_fpga with -mbitfield for testing purposes
#$(OBJDIR)/init_fpga.o: CFLAGS += -mbitfield
# compile xhdi_interface -mshort to make it callable from (-mshort-compiled) EmuTOS
$(OBJDIR)/xhdi_interface.o: CFLAGS += -mshort
# compile printf pc-relative so it can be used as well before and after copy of BaS
$(OBJDIR)/bas_printf.o: CFLAGS += -mpcrel
# the same for flush_and_invalidate_cache()