Binutils: Synchronization & Gold activation

Change-Id: I5235984746178ee30b5db18e7def0016d9a0e36f
This commit is contained in:
2014-02-17 16:55:07 +01:00
parent e4ab5378cb
commit c9ea9e7af8
428 changed files with 69202 additions and 2791 deletions

View File

@@ -1,11 +1,9 @@
# $NetBSD: Makefile,v 1.1 2009/08/18 20:22:19 skrll Exp $
# $NetBSD: Makefile,v 1.2 2013/09/29 14:20:37 christos Exp $
PROG= objdump
.if defined(__MINIX)
CPPFLAGS.objdump.c+= -DOBJDUMP_PRIVATE_VECTORS=""
.endif # defined(__MINIX)
.include <bsd.own.mk>
CPPFLAGS+=-DOBJDUMP_PRIVATE_VECTORS=""
.include "${.CURDIR}/../common/Makefile.prog"