Remove building with NOCRYPTO option
[minix.git] / external / gpl3 / gcc / usr.bin / Makefile
blobecdaf4b9cb584f2748e1e92cb597a7397fcc1c69
1 # $NetBSD: Makefile,v 1.7 2015/01/07 02:18:10 christos Exp $
3 NOOBJ=# defined
5 .include <bsd.own.mk>
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 \
14 backend .WAIT \
15 frontend .WAIT \
16 common common-target .WAIT \
17 libcpp libdecnumber .WAIT \
18 gcov cc1 cc1obj cc1plus cpp g++ gcc \
19 lto1 lto-wrapper \
20 include
22 .include <bsd.subdir.mk>
24 .else
25 # Do nothing. (PROG undefined)
26 .include <bsd.prog.mk>
27 .endif