Lines Matching full:target_arch

16 #  TARGET/TARGET_ARCH: architecture of built release (default: same as build host)
34 .if !defined(TARGET_ARCH) || empty(TARGET_ARCH)
36 TARGET_ARCH= ${MACHINE_ARCH} macro
38 TARGET_ARCH= ${TARGET} macro
41 IMAKE= ${MAKE} TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}
54 .for _V in ${TARGET_ARCH}
59 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH}
60 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET_ARCH}
102 .if exists(${.CURDIR}/Makefile.${TARGET_ARCH})
103 . include "${.CURDIR}/Makefile.${TARGET_ARCH}"
105 .if ${TARGET_ARCH} != ${MACHINE_ARCH}
106 .if ( ${TARGET_ARCH} != "i386" ) || ( ${MACHINE_ARCH} != "amd64" )
138 portinstall: portinstall-pkg portinstall-qemu portinstall-expect portinstall-${TARGET_ARCH:tl} .PHO…
146 .if !exists(/usr/local/bin/qemu-${TARGET_ARCH}-static)
167 @echo "Building world for ${TARGET_ARCH}"
170 buildworld > ${.CURDIR}/_.${TARGET_ARCH}.${.TARGET} 2>&1 || \
171 (echo "${.TARGET} failed, check _.${TARGET_ARCH}.${.TARGET} for details" ; false)
174 ci-buildkernel: ci-buildworld-${TARGET_ARCH:tl} .PHONY
175 @echo "Building kernel for ${TARGET_ARCH"}"
178 SRCCONF=${SRCCONF} buildkernel > ${.CURDIR}/_.${TARGET_ARCH}.${.TARGET} 2>&1 || \
179 (echo "${.TARGET} failed, check _.${TARGET_ARCH}.${.TARGET} for details" ; false)
181 ci-buildimage: ${QEMUTGT} ci-buildkernel-${TARGET_ARCH:tl} .PHONY
182 @echo "Building ci image for ${TARGET_ARCH"}"
184 env TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} SWAPSIZE=${SWAPSIZE} \
190 > ${.CURDIR}/_.${TARGET_ARCH}.${.TARGET} 2>&1 || \
191 (echo "${.TARGET} failed, check _.${TARGET_ARCH}.${.TARGET} for details" ; false)
208 ci-runtest: ci-buildimage-${TARGET_ARCH:tl} portinstall .PHONY
209 .if ${MACHINE} == "amd64" && ( ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" ) && ( !define…
238 .if ${TARGET_ARCH} != "aarch64" && \
239 ${TARGET_ARCH} != "amd64" && \
240 ${TARGET_ARCH} != "armv7" && \
241 ${TARGET_ARCH} != "powerpc64" && \
242 ${TARGET_ARCH} != "powerpc64le" && \
243 ${TARGET_ARCH} != "riscv64"
246 @echo "Error: ${TARGET_ARCH} is not supported on ${TYPE} ${REVISION} ${BRANCH}"
249 ci-smoke: ci-set-smoke-var ci-create-meta ci-checktarget .WAIT ci-runtest-${TARGET_ARCH:tl} .PHONY
251 ci-full: ci-set-full-var ci-create-meta ci-checktarget .WAIT ci-runtest-${TARGET_ARCH:tl} ci-extrac…