Home
last modified time | relevance | path

Searched refs:MACHINE_ARCH (Results 76 – 100 of 156) sorted by relevance

1234567

/freebsd/contrib/bmake/
H A Dconfigure.in405 echo "checking for MACHINE & MACHINE_ARCH..." >&6
412 #ifdef MACHINE_ARCH
413 machine_arch=MACHINE_ARCH
425 echo "defaults: MACHINE=$machine, MACHINE_ARCH=$machine_arch" 1>&6
456 [ --with-machine_arch=MACHINE_ARCH explicitly set MACHINE_ARCH],
458 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE_ARCH) ;;
465 echo "Using: ${force_machine}MACHINE=$machine, ${force_machine_arch}MACHINE_ARCH=$machine_arch" 1>&6
H A DMakefile.config.in10 @force_machine_arch@MACHINE_ARCH?= @machine_arch@
/freebsd/tests/ci/
H A DMakefile35 TARGET_ARCH= ${MACHINE_ARCH}
90 .if ${TARGET_ARCH} != ${MACHINE_ARCH}
91 .if ( ${TARGET_ARCH} != "i386" ) || ( ${MACHINE_ARCH} != "amd64" )
/freebsd/sys/conf/
H A Dkern.mk205 .if ${MACHINE_ARCH} == "powerpcspe"
213 .if ${MACHINE_ARCH:Mpowerpc64*} != "" && \
330 LD_EMULATION=${LD_EMULATION_${MACHINE_ARCH}}
/freebsd/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc7 .if exists(${LIBC_SRCTOP}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
8 LIBC_ARCH=${MACHINE_ARCH:S/powerpc64le/powerpc64/}
/freebsd/share/mk/
H A Dbsd.compat.mk19 COMPAT_ARCH= ${MACHINE_ARCH}
124 MACHINE_ARCH= ${LIBCOMPAT_MACHINE_ARCH}
H A Dbsd.subdir.mk135 if test -d ${.CURDIR}/$${dir}.${MACHINE_ARCH}; then \
136 dir=$${dir}.${MACHINE_ARCH}; \
/freebsd/sys/modules/x86bios/
H A DMakefile9 .if ${MACHINE_ARCH} != "i386"
/freebsd/lib/liblzma/
H A DMakefile87 .if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "i386"
/freebsd/sys/modules/hpt27xx/
H A DMakefile8 BLOB_OBJS+= ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o
/freebsd/sys/modules/hptnr/
H A DMakefile8 BLOB_OBJS+= ${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o
/freebsd/sys/modules/dtrace/
H A DMakefile31 ${MACHINE_ARCH} == "powerpc64"
/freebsd/lib/libsqlite3/
H A DMakefile37 .if ${MACHINE_ARCH} == "powerpc64le"
/freebsd/sys/modules/dtb/allwinner/
H A DMakefile3 .if ${MACHINE_ARCH} == "armv7"
46 .elif ${MACHINE_ARCH} == "aarch64"
/freebsd/lib/csu/arm/
H A Dcrt1_s.S74 3: .asciz MACHINE_ARCH
/freebsd/sys/modules/ipmi/
H A DMakefile25 .elif ${MACHINE_ARCH:Mpowerpc64*} != ""
/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-graph1.exp41 MACHINE_ARCH = <details omitted>
H A Dsuff-transform-debug.exp32 MACHINE_ARCH = <details omitted>
H A Dopt-debug-graph2.exp75 MACHINE_ARCH = <details omitted>
H A Dopt-debug-graph3.exp75 MACHINE_ARCH = <details omitted>
/freebsd/usr.sbin/ntp/ntp-keygen/
H A DMakefile20 -I${.CURDIR}/lib/libc/${MACHINE_ARCH} \
/freebsd/usr.sbin/ntp/ntpdc/
H A DMakefile17 -I${.CURDIR}/lib/libc/${MACHINE_ARCH} \
/freebsd/stand/powerpc/boot1.chrp/
H A DMakefile5 NEWVERSWHAT= "Open Firmware boot block" ${MACHINE_ARCH}
/freebsd/sys/modules/crypto/
H A DMakefile39 .if exists(${MACHINE_ARCH}/skein_block_asm.S)
40 .PATH: ${SRCTOP}/sys/crypto/skein/${MACHINE_ARCH}
/freebsd/sys/modules/hwpmc/
H A DMakefile27 .if ${MACHINE_ARCH} == "armv7"

1234567