Searched refs:LIBC_ARCH (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/lib/libc/
H A DMakefile13 LIBC_ARCH=${MACHINE_ARCH} macro
15 LIBC_ARCH=${MACHINE_CPUARCH} macro
29 CFLAGS+=-I${.CURDIR}/${LIBC_ARCH}
65 .include "${.CURDIR}/${LIBC_ARCH}/Makefile.inc"
82 .if ${LIBC_ARCH} != "amd64" && \
83 ${LIBC_ARCH} != "ia64" && \
84 ${LIBC_ARCH} != "powerpc64" && \
85 ${LIBC_ARCH} != "sparc64" && \
101 .if ${LIBC_ARCH} == "arm" || ${LIBC_ARCH}
[all...]
/freebsd-10.1-release/lib/msun/
H A DMakefile84 LIBC_ARCH=${MACHINE_ARCH} macro
86 LIBC_ARCH=${MACHINE_CPUARCH} macro
89 -I${LIBCDIR}/${LIBC_ARCH}

Completed in 67 milliseconds