1 # $NetBSD: Makefile,v 1.7 2015/01/07 02:18:10 christos Exp $
7 GCC_MACHINE_ARCH
=${MACHINE_ARCH
:S
/earmv5
/earm
/}
9 .if
${MKGCC} != "no" && exists
(${.CURDIR
}/gcc
/arch
/${GCC_MACHINE_ARCH}/defs.mk
)
11 # We keep libcpp here since it depends upon frontend.
13 SUBDIR
+= host-libiberty .WAIT \
16 common common-target .WAIT \
17 libcpp libdecnumber .WAIT \
18 gcov cc1 cc1obj cc1plus
cpp g
++ gcc \
22 .
include <bsd.subdir.mk
>
25 # Do nothing. (PROG undefined)
26 .
include <bsd.prog.mk
>