HomeSort by: relevance | last modified time | path
    Searched defs:ARCHDIR (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/
libcincludes.mk 16 @echo no ARCHDIR for ${LIBC_MACHINE_ARCH} nor ${LIBC_MACHINE_CPU}
20 ARCHDIR= ${NETBSDSRCDIR}/lib/libc/arch/${ARCHSUBDIR}
  /src/lib/csu/
Makefile 12 ARCHDIR:= ${.CURDIR}/arch/earm
14 ARCHDIR:= ${.CURDIR}/arch/${CSU_MACHINE_ARCH}
16 ARCHDIR:= ${.CURDIR}/arch/${CSU_MACHINE_CPU}
21 .PATH: ${ARCHDIR}
22 .include "${ARCHDIR}/Makefile.inc"
  /src/distrib/miniroot/
Makefile 8 ARCHDIR= ${.CURDIR}/../${MACHINE}/miniroot
11 LISTS= ${.CURDIR}/list ${ARCHDIR}/list
19 PARSELISTENV= ARCHDIR=${ARCHDIR:Q} \
26 .include "${ARCHDIR}/Makefile.inc"
  /src/lib/libpthread/
Makefile 32 ARCHDIR= ${.CURDIR}/arch/${ARCHSUBDIR}
33 .PATH: ${ARCHDIR}
52 CPPFLAGS+= -I${ARCHDIR} -I${.CURDIR} -I${.OBJDIR} -D_LIBC -D_REENTRANT
95 .if exists(${ARCHDIR}/pthread_md.S)
98 .if exists(${ARCHDIR}/Makefile.inc)
99 .include "${ARCHDIR}/Makefile.inc"
  /src/tests/kernel/
Makefile 103 ARCHDIR:= ${.PARSEDIR}/arch/${MACHINE_ARCH}
105 ARCHDIR:= ${.PARSEDIR}/arch/${MACHINE_CPU}
107 .PATH: ${ARCHDIR}
109 .if exists(${ARCHDIR}/stack_pointer.h)
110 CPPFLAGS.t_signal_and_sp.c+= -I${ARCHDIR} -DHAVE_STACK_POINTER_H
114 .if exists(${ARCHDIR}/contextspfunc.S)
118 .if exists(${ARCHDIR}/signalsphandler.S)
122 .if exists(${ARCHDIR}/threadspfunc.S)
130 .if exists(${ARCHDIR}/execsp.S)
184 CPPFLAGS.t_execregs.c+= -I${ARCHDIR}
    [all...]
  /src/share/mk/
bsd.kmodule.mk 150 ARCHDIR= $S/modules/arch/${MACHINE_CPU}
158 ${TOOL_AWK} -f ${ARCHDIR}/kmodwrap.awk) \
161 ${KMOD}_tramp.S: ${KMOD}_tmp.o ${ARCHDIR}/kmodtramp.awk ${ASM_H}
164 ${TOOL_AWK} -f ${ARCHDIR}/kmodtramp.awk \
170 .if exists(${ARCHDIR}/kmodhide.awk)
174 $$(${NM} tmp.o | ${TOOL_AWK} -f ${ARCHDIR}/kmodhide.awk) \

Completed in 17 milliseconds