# $NetBSD: Makefile,v 1.14 2023/08/01 05:57:53 mrg Exp $ NOOBJ=# defined .include GCC_MACHINE_ARCH=${MACHINE_ARCH:S/earmv5/earm/} .if ${MKGCC} != "no" && exists(${.CURDIR}/gcc/arch/${GCC_MACHINE_ARCH}/defs.mk) .if ${MKGCCCMDS} != "no" || make(includes) # We keep libcpp here since it depends upon frontend. SUBDIR+= host-libiberty .WAIT \ host-libcpp .WAIT \ backend .WAIT \ frontend .WAIT \ common common-target .WAIT \ libcody libcpp libdecnumber .WAIT \ gcov gcov-dump cc1 cc1obj cc1objplus cc1plus cpp g++ gcc \ lto1 lto-wrapper lto-dump .endif SUBDIR+= include .include .else # Do nothing. (PROG undefined) .include .endif