Searched refs:MACHINE (Results 101 - 125 of 126) sorted by relevance

123456

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c314 if (strcmp(MACHINE, "macppc") == 0) \
/freebsd-13-stable/share/mk/
H A Dbsd.obj.mk103 # 3. obj.${MACHINE}
118 .elif exists(${.CURDIR}/obj.${MACHINE}/) || exists(${.CURDIR}/obj/)
H A Dsrc.sys.obj.mk42 ${MACHINE} == ${TARGET} && ${MACHINE_ARCH} == ${TARGET_ARCH} && \
92 OBJTOP:= ${OBJROOT}${MACHINE}.${MACHINE_ARCH}
H A Dbsd.linker.mk42 ${X_}_ld_hash= ${${ld}}${MACHINE}${PATH}
H A Dbsd.compiler.mk154 ${X_}_cc_hash= ${${cc}}${MACHINE}${PATH}
175 .if ${MACHINE} == "common"
H A Dmeta.autodep.mk224 # Note if .MAKE.DEPENDFILE is common for all ${MACHINE}
286 DIRDEPS+= ${RELDIR}.${TARGET_SPEC:U${MACHINE}}
H A Dmeta.stage.mk24 .if ${.MAKE.DEPENDFILE_PREFERENCE:U${.MAKE.DEPENDFILE}:M*.${MACHINE}} != ""
26 _dirdep ?= ${RELDIR}.${TARGET_SPEC:U${MACHINE}}
H A Dlocal.dirdeps.mk103 # done for MACHINE=host builds.
/freebsd-13-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc91 # MACHINE=(IX86|IA64|ALPHA)
127 # c:\tcl_src\win\>nmake -f makefile.vc MACHINE=IA64
226 !else if "$(MACHINE)" == "IA64"
271 lflags = -nologo -machine:$(MACHINE) $(ldebug)
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dsuff-main-several.exp103 MACHINE = <details omitted>
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk223 # Note if .MAKE.DEPENDFILE is common for all ${MACHINE}
285 DIRDEPS+= ${RELDIR}.${TARGET_SPEC:U${MACHINE}}
H A Dmeta.stage.mk23 .if ${.MAKE.DEPENDFILE_PREFERENCE:U${.MAKE.DEPENDFILE}:M*.${MACHINE}} != ""
25 _dirdep ?= ${RELDIR}.${TARGET_SPEC:U${MACHINE}}
H A Ddpadd.mk265 .if defined(HOSTPROG) || ${MACHINE:Nhost*} == ""
H A Dlib.mk149 .if ${OBJECT_FMT} == "ELF" || ${MACHINE} == "solaris"
/freebsd-13-stable/stand/libsa/
H A DMakefile119 ln -sf ${SYSDIR}/${MACHINE}/include/stdarg.h stdarg.h; \
/freebsd-13-stable/
H A DMakefile.inc1122 .if ${TARGET} == ${MACHINE}
192 ${MACHINE} != ${TARGET} && ${MACHINE_ARCH} != ${TARGET_ARCH} && \
700 MACHINE=${TARGET} \
709 .if (${TARGET} != ${MACHINE} && !defined(WITH_LOCAL_MODULES)) || \
1242 .if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${TARGET} != ${MACHINE} || \
1631 .if ${MACHINE} != i386
2662 NXBOBJROOT= ${OBJROOT}${MACHINE}.${MACHINE_ARCH}/nxb/
2781 TARGET=${MACHINE} TARGET_ARCH=${MACHINE_ARCH}
2783 # be MACHINE) that themselves generate TARGET.TARGET_ARCH binaries.
2797 MACHINE
[all...]
/freebsd-13-stable/lib/libbearssl/
H A DMakefile266 .if ${MACHINE} == "host"
/freebsd-13-stable/stand/liblua/
H A Dlutils.c575 lua_pushstring(L, MACHINE);
/freebsd-13-stable/contrib/mandoc/
H A Dmain.c23 #include <sys/param.h> /* MACHINE */
406 search.arch = getenv("MACHINE");
407 #ifdef MACHINE
409 search.arch = MACHINE;
/freebsd-13-stable/tools/build/
H A DMakefile119 _host_arch=${MACHINE}
125 # HACK: If MACHINE is unknown, assume we are building on x86
/freebsd-13-stable/contrib/bmake/
H A Dconfigure1338 --with-machine=MACHINE explicitly set MACHINE
1339 --with-force-machine=MACHINE set FORCE_MACHINE
1340 --with-force-machine-arch=MACHINE set FORCE_MACHINE_ARCH
6017 echo "checking for MACHINE & MACHINE_ARCH..." >&6
6021 #ifdef MACHINE
6022 machine=MACHINE
6037 echo "defaults: MACHINE=$machine, MACHINE_ARCH=$machine_arch" 1>&6
6042 yes) as_fn_error $? "bad value ${withval} given for bmake MACHINE" "$LINENO" 5 ;;
6081 echo "Using: ${force_machine}MACHINE
[all...]
/freebsd-13-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-13-stable/share/man/man4/
H A DMakefile906 __arches= ${MACHINE} ${MACHINE_ARCH} ${MACHINE_CPUARCH}
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend858 DIRDEPS+= ${DIRDEPS.${MACHINE}:U}
/freebsd-13-stable/sys/x86/x86/
H A Didentcpu.c125 char machine[] = MACHINE;

Completed in 322 milliseconds

123456