Lines Matching full:target_arch
4 # Default format is: /usr/obj/usr/src/[${TARGET}.${TARGET_ARCH}/]bin/sh
7 # OBJTOP is /usr/obj/usr/src/[${TARGET}.${TARGET_ARCH}/]
8 # MAKEOBJDIR is /usr/obj/usr/src/[${TARGET}.${TARGET_ARCH}/]bin/sh
16 # If .MAKE.LEVEL == 0 then the TARGET.TARGET_ARCH is potentially added on.
18 # TARGET.TARGET_ARCH added in as it assumes that MAKEOBJDIRPREFIX is
19 # nested in the existing OBJTOP with TARGET.TARGET_ARCH in it.
38 # but don't enforce TARGET.TARGET_ARCH unless we're at the top-level directory.
40 !(defined(TARGET) && defined(TARGET_ARCH) && \
41 ${MACHINE} == ${TARGET} && ${MACHINE_ARCH} == ${TARGET_ARCH} && \
43 MAKEOBJDIRPREFIX:= ${MAKEOBJDIRPREFIX}${TARGET:D/${TARGET}.${TARGET_ARCH}}
87 # append TARGET.TARGET_ARCH for that case since the user wants to build
90 .if defined(TARGET) && defined(TARGET_ARCH)
91 OBJTOP:= ${OBJROOT}${TARGET}.${TARGET_ARCH}
100 # TARGET.TARGET_ARCH handled in OBJROOT already.
106 # This intenionally comes after adding TARGET.TARGET_ARCH so that is truncated