Nuke NO_DBSYM; dbsym now uses BFD for everything.

This commit is contained in:
thorpej 2002-04-01 22:03:46 +00:00
parent 002142a2b5
commit 2ae4cde5ea
1 changed files with 2 additions and 5 deletions

View File

@ -1,13 +1,10 @@
# $NetBSD: Makefile,v 1.44 2002/04/01 13:54:00 bjh21 Exp $ # $NetBSD: Makefile,v 1.45 2002/04/01 22:03:46 thorpej Exp $
# XXX Note: NO_DBSYM is a stopgap temporary variable for use
# with the development of non-NetBSD hosting support. This will go away.
.include <bsd.own.mk> .include <bsd.own.mk>
# XXX We can't currently build the toolchain for x86-64. # XXX We can't currently build the toolchain for x86-64.
.if ${MACHINE_ARCH} != "x86_64" .if ${MACHINE_ARCH} != "x86_64"
TOOLCHAIN_BITS= toolchain .WAIT ${NO_DBSYM:D:Udbsym} mdsetimage TOOLCHAIN_BITS= toolchain .WAIT dbsym mdsetimage
.endif .endif
# Dependencies in SUBDIR below ordered to maximize parallel ability. # Dependencies in SUBDIR below ordered to maximize parallel ability.