Searched refs:MACHINE_ARCH (Results 126 - 140 of 140) sorted by relevance

123456

/freebsd-11.0-release/include/
H A DMakefile92 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
358 MACHINE_ARCH:= ${HOST_MACHINE_ARCH} macro
/freebsd-11.0-release/sys/conf/
H A Dkern.post.mk383 --output-target ${EMBEDFS_FORMAT.${MACHINE_ARCH}} \
384 --binary-architecture ${EMBEDFS_ARCH.${MACHINE_ARCH}} \
H A Dkern.mk159 .if ${MACHINE_ARCH} == "powerpc64"
/freebsd-11.0-release/lib/libc/sys/
H A DMakefile.inc107 ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_ARCH:Marmv6*}
/freebsd-11.0-release/share/mk/
H A Dlocal.dirdeps.mk200 DEP_MACHINE_ARCH = ${MACHINE_ARCH.${DEP_MACHINE}}
H A Ddirdeps.mk331 # we assume sys.mk will set MACHINE_ARCH
338 MACHINE_ARCH= NO_SUBDIR=1 ${DIRDEP_USE_ENV} \
/freebsd-11.0-release/sys/kern/
H A Dkern_shutdown.c920 strlcpy(kdh->architecture, MACHINE_ARCH, sizeof(kdh->architecture));
/freebsd-11.0-release/usr.bin/catman/
H A Dcatman.c806 if ((machine_arch = getenv("MACHINE_ARCH")) == NULL)
807 machine_arch = MACHINE_ARCH;
/freebsd-11.0-release/usr.bin/xlint/xlint/
H A Dxlint.c445 appstrg(&lcflags, concat2("-D", MACHINE_ARCH));
/freebsd-11.0-release/contrib/bmake/
H A Dmain.c853 const char *machine_arch = getenv("MACHINE_ARCH");
905 * Note that both MACHINE and MACHINE_ARCH are decided at
935 #ifndef MACHINE_ARCH
942 machine_arch = MACHINE_ARCH;
956 Var_Set("MACHINE_ARCH", machine_arch, VAR_GLOBAL, 0);
H A Dconfigure1306 --with-machine_arch=MACHINE_ARCH explicitly set MACHINE_ARCH
5854 echo "checking for MACHINE & MACHINE_ARCH..." >&6
5861 #ifdef MACHINE_ARCH
5862 machine_arch=MACHINE_ARCH
5874 echo "defaults: MACHINE=$machine, MACHINE_ARCH=$machine_arch" 1>&6
5912 yes) as_fn_error "bad value ${withval} given for bmake MACHINE_ARCH" "$LINENO" 5 ;;
5918 echo "Using: ${force_machine}MACHINE=$machine, MACHINE_ARCH=$machine_arch" 1>&6
/freebsd-11.0-release/contrib/bmake/mk/
H A Ddirdeps.mk330 # we assume sys.mk will set MACHINE_ARCH
337 MACHINE_ARCH= NO_SUBDIR=1 ${DIRDEP_USE_ENV} \
/freebsd-11.0-release/secure/lib/libcrypto/
H A DMakefile404 echo " #define PLATFORM \"platform: FreeBSD-${MACHINE_ARCH}\""; \
/freebsd-11.0-release/usr.bin/makewhatis/
H A Dmakewhatis.c1032 if ((machine_arch = getenv("MACHINE_ARCH")) == NULL)
1033 machine_arch = MACHINE_ARCH;
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dsound.c68 __XSTRING(SND_DRV_VERSION)"/"MACHINE_ARCH;

Completed in 203 milliseconds

123456