Home
last modified time | relevance | path

Searched refs:DEBUGFLAGS (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/ews4800mips/stand/
DMakefile.bootxx23 DEBUGFLAGS = -Wall -Werror
24 DEBUGFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
25 DEBUGFLAGS += -Wno-format-zero-length -Wno-sign-compare
27 FLAGS = ${MIPSFLAGS} ${DEBUGFLAGS} ${OPTFLAGS}
/netbsd/src/sys/arch/ews4800mips/stand/boot/
DMakefile62 DEBUGFLAGS = -Wall -Werror macro
63 DEBUGFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
64 DEBUGFLAGS += -Wno-format-zero-length -Wno-sign-compare
66 FLAGS = ${MIPSFLAGS} ${DEBUGFLAGS} ${OPTFLAGS}
/netbsd/src/share/mk/
Dbsd.lib.mk261 …${COMPILE.c} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}}…
286 …${COMPILE.cc} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}…
313 ${COMPILE.f} ${DEBUGFLAGS} -g ${.IMPSRC} -o ${.TARGET}
344 ${COMPILE.m} ${DEBUGFLAGS} -g ${OBJCOPTS.${.IMPSRC:T}} ${.IMPSRC} -o ${.TARGET}
390 …${COMPILE.s} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}}…
394 …${COMPILE.S} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}}…
462 DEBUGFLAGS?=-DDEBUG
/netbsd/src/external/gpl3/gcc/lib/libgcc/
DMakefile.inc203 ${COMPILE.S} ${DEBUGFLAGS} ${CPPFLAGS.${.TARGET:T:.go=}} -o ${.TARGET} \