Skip to content

Commit

Permalink
binutils: remove now unneeded workaround for 2.24.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Dec 3, 2020
1 parent 4d882e3 commit 75d00bc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions devel/binutils/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.84 2020/12/03 16:02:05 fcambus Exp $
# $NetBSD: Makefile,v 1.85 2020/12/03 19:52:06 fcambus Exp $

DISTNAME= binutils-2.34
PKGREVISION= 3
Expand Down Expand Up @@ -93,11 +93,6 @@ CFLAGS+= -Wno-unused-value -Wno-format-security \
-Wno-error=unused-const-variable
.endif

# Issue is fixed in upstream binutils, remove this when upgraded past 2.24
.if !empty(CC_VERSION:Mgcc-4.9.*)
CONFIGURE_ARGS+= --disable-werror
.endif

SYMLINK_FILES= addr2line ar as c++filt dlltool elfedit ld.bfd \
nlmconv nm objcopy objdump ranlib readelf size strings \
strip windmc windres
Expand Down

0 comments on commit 75d00bc

Please sign in to comment.