pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binutils



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu Dec  3 19:52:06 UTC 2020

Modified Files:
        pkgsrc/devel/binutils: Makefile

Log Message:
binutils: remove now unneeded workaround for 2.24.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/binutils/Makefile
diff -u pkgsrc/devel/binutils/Makefile:1.84 pkgsrc/devel/binutils/Makefile:1.85
--- pkgsrc/devel/binutils/Makefile:1.84 Thu Dec  3 16:02:05 2020
+++ pkgsrc/devel/binutils/Makefile      Thu Dec  3 19:52:06 2020
@@ -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 @@ CFLAGS+=     -Wno-unused-value -Wno-format-s
                -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