Home
last modified time | relevance | path

Searched refs:ARCH_SUBDIR (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/lib/msun/tests/
H A DMakefile89 ARCH_SUBDIR= i387 macro
91 ARCH_SUBDIR= ${MACHINE_CPUARCH} macro
94 .include "../${ARCH_SUBDIR}/Makefile.inc"
/freebsd-14.2/lib/msun/
H A DMakefile15 ARCH_SUBDIR= ${MACHINE_CPUARCH:S/i386/i387/} macro
17 .include "${ARCH_SUBDIR}/Makefile.inc"
19 .PATH: ${.CURDIR}/${ARCH_SUBDIR}
34 CFLAGS+= -I${.CURDIR}/${ARCH_SUBDIR}
/freebsd-14.2/lib/libc/
H A DMakefile202 MSUN_ARCH_SUBDIR != ${MAKE} -B -C ${SRCTOP}/lib/msun -V ARCH_SUBDIR