Searched refs:CCFLAGS (Results 1 – 1 of 1) sorted by relevance
64 CCFLAGS = $(CFLAGS) -Wall -mno-coproc -mlongcalls -ffunction-sections -mno-l32r-flix $(DFLAGS) macro65 ASFLAGS = $(CCFLAGS)86 $(CC) $(CCFLAGS) $(IFLAGS) -MD -MF $(subst .o,.d,$@) -c -o $@ $<