Searched refs:CCFLAGS (Results 1 - 3 of 3) sorted by relevance

/gem5/util/tap/
H A DMakefile33 CCFLAGS= -g -MMD $(INCLDIRS) macro
50 @echo '$(CXX) $(CCFLAGS) -c $(notdir $<) -o $@'
51 @$(CXX) $(CCFLAGS) -c $< -o $@
55 @echo '$(CC) $(CCFLAGS) -c $(notdir $<) -o $@'
56 @$(CC) $(CCFLAGS) -c $< -o $@
/gem5/util/term/
H A DMakefile29 CCFLAGS= -g -O0 macro
/gem5/tests/test-progs/pthread/
H A DMakefile.common41 CCFLAGS ?=
60 $(CXX) -o $@ $(CCFLAGS) $(CXXFLAGS) $(LDFLAGS) $^

Completed in 5 milliseconds