Searched refs:MACHINE (Results 151 - 168 of 168) sorted by relevance

1234567

/freebsd-11-stable/contrib/binutils/include/coff/
H A Dti.h65 #define TICOFF_TARGET_MACHINE_SET(FLAGSP, MACHINE)
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk222 # Note if .MAKE.DEPENDFILE is common for all ${MACHINE}
278 DIRDEPS+= ${RELDIR}.${TARGET_SPEC:U${MACHINE}}
H A Dmeta.stage.mk21 .if ${.MAKE.DEPENDFILE_PREFERENCE:U${.MAKE.DEPENDFILE}:M*.${MACHINE}} != ""
23 _dirdep ?= ${RELDIR}.${MACHINE}
H A Ddpadd.mk202 .if defined(HOSTPROG) || ${MACHINE:Nhost*} == ""
H A Dlib.mk149 .if ${OBJECT_FMT} == "ELF" || ${MACHINE} == "solaris"
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk223 # Note if .MAKE.DEPENDFILE is common for all ${MACHINE}
279 DIRDEPS+= ${RELDIR}.${TARGET_SPEC:U${MACHINE}}
H A Dlocal.dirdeps.mk83 # done for MACHINE=host builds.
H A Dsrc.opts.mk235 __TT=${MACHINE}
/freebsd-11-stable/stand/libsa/
H A DMakefile112 ln -sf ${SYSDIR}/${MACHINE}/include/stdarg.h stdarg.h; \
/freebsd-11-stable/contrib/mdocml/
H A Dmain.c22 #include <sys/param.h> /* MACHINE */
354 search.arch = getenv("MACHINE");
355 #ifdef MACHINE
357 search.arch = MACHINE;
/freebsd-11-stable/
H A DMakefile.inc180 .if ${MACHINE} == ${TARGET} && ${MACHINE_ARCH} == ${TARGET_ARCH} && !defined(CROSS_BUILD_TESTING)
411 .if ${TARGET} == ${MACHINE}
493 MACHINE=${TARGET} \
904 .if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${TARGET} != ${MACHINE} || \
2020 MACHINE=${TARGET} MACHINE_ARCH=${TARGET_ARCH} \
2611 @PATH=${TMPPATH} MACHINE=${TARGET} \
2645 .if ${TARGET} == ${MACHINE} && ${TARGET_ARCH} == ${MACHINE_ARCH}
2686 MACHINE=${TARGET} MACHINE_ARCH=${TARGET_ARCH}
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c444 appstrg(&lcflags, concat2("-D", MACHINE));
/freebsd-11-stable/contrib/bmake/
H A Dmain.c207 * On some systems MACHINE is defined as something other than
211 # undef MACHINE macro
212 # define MACHINE FORCE_MACHINE macro
996 const char *machine = getenv("MACHINE");
1046 * Get the name of this type of MACHINE from utsname
1050 * Note that both MACHINE and MACHINE_ARCH are decided at
1100 Var_Set("MACHINE", machine, VAR_GLOBAL, 0);
1279 * Otherwise, try _PATH_OBJDIR.MACHINE-MACHINE_ARCH, _PATH_OBJDIR.MACHINE,
H A Dconfigure1304 --with-machine=MACHINE explicitly set MACHINE
1305 --with-force-machine=MACHINE set FORCE_MACHINE
1306 --with-force-machine-arch=MACHINE set FORCE_MACHINE_ARCH
5857 echo "checking for MACHINE & MACHINE_ARCH..." >&6
5861 #ifdef MACHINE
5862 machine=MACHINE
5877 echo "defaults: MACHINE=$machine, MACHINE_ARCH=$machine_arch" 1>&6
5882 yes) as_fn_error "bad value ${withval} given for bmake MACHINE" "$LINENO" 5 ;;
5921 echo "Using: ${force_machine}MACHINE
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure6383 # MACHINE is IX86 for LINK, but this is used by the manifest,
6385 MACHINE="X86"
6394 MACHINE="AMD64" ; # default to AMD64 64-bit build
6398 MACHINE="IA64"
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find 64-bit $MACHINE SDK to enable 64bit mode" >&5
6404 $as_echo "$as_me: WARNING: Could not find 64-bit $MACHINE SDK to enable 64bit mode" >&2;}
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using 64-bit $MACHINE mode" >&5
6410 $as_echo " Using 64-bit $MACHINE mode" >&6; }
6545 lflags="-nologo -MACHINE:${MACHINE}
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Didentcpu.c117 char machine[] = MACHINE;
/freebsd-11-stable/sys/nfs/
H A Dbootp_subr.c1284 ostype, MACHINE, osrelease);
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend920 DIRDEPS+= ${DIRDEPS.${MACHINE}:U}

Completed in 293 milliseconds

1234567