Don't build c++rt.o if ELF.

This commit is contained in:
thorpej 1999-03-16 23:02:13 +00:00
parent 16ef4e3349
commit 63d06af169

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 1999/02/27 21:13:50 tv Exp $
# $NetBSD: Makefile,v 1.17 1999/03/16 23:02:13 thorpej Exp $
.include <bsd.own.mk>
@ -8,8 +8,7 @@ SUBDIR= ${MACHINE_ARCH}_elf
SUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/}
.endif
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") && \
(${MACHINE_ARCH} != "arm32")
.if (${OBJECT_FMT} != "ELF" && ${MACHINE_ARCH} != "arm32")
SUBDIR+= c++
.endif