# $NetBSD: Makefile,v 1.15 2001/12/15 03:37:37 thorpej Exp $ .include .if defined(USE_NEW_TOOLCHAIN) .if !defined(BOOTSTRAP_NEW_TOOLCHAIN) .include "${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk" SUBDIR= common gas gprof ld ${G_PROGRAMS:C/-new$//:cxxfilt=c++filt} SUBDIR:= ${SUBDIR:O} # alphabetize .endif .else # # XXX - BEGIN - Old toolchain build goop - delete when everything migrated - XXX # .if (${MACHINE_ARCH} != sparc64) SUBDIR= common .WAIT addr2line ar c++filt nm objcopy objdump ranlib \ size strings strip .endif TEXINFO= binutils.info INFOFLAGS= -I${.CURDIR}/../../dist/binutils .PATH: ${.CURDIR}/../../dist/binutils .include # # XXX - END - Old toolchain build goop - delete when everything migrated - XXX # .endif .include