added -mshort to xhdi_interface.c compilation
This commit is contained in:
@@ -142,6 +142,8 @@ $(LIBBAS): $(OBJS)
|
|||||||
# compile init_fpga with -mbitfield for testing purposes
|
# compile init_fpga with -mbitfield for testing purposes
|
||||||
#$(OBJDIR)/init_fpga.o: CFLAGS += -mbitfield
|
#$(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
|
# compile printf pc-relative so it can be used as well before and after copy of BaS
|
||||||
$(OBJDIR)/bas_printf.o: CFLAGS += -mpcrel
|
$(OBJDIR)/bas_printf.o: CFLAGS += -mpcrel
|
||||||
# the same for flush_and_invalidate_cache()
|
# the same for flush_and_invalidate_cache()
|
||||||
|
|||||||
Reference in New Issue
Block a user