pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/binutils binutils: remove now unneeded workaroun...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/537f06418f8b
branches:  trunk
changeset: 442945:537f06418f8b
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu Dec 03 19:52:06 2020 +0000

description:
binutils: remove now unneeded workaround for 2.24.

diffstat:

 devel/binutils/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 1c5f24f3e6d2 -r 537f06418f8b devel/binutils/Makefile
--- a/devel/binutils/Makefile   Thu Dec 03 19:33:42 2020 +0000
+++ b/devel/binutils/Makefile   Thu Dec 03 19:52:06 2020 +0000
@@ -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
@@ -93,11 +93,6 @@
                -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



Home | Main Index | Thread Index | Old Index