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:           Sat Dec 12 16:41:13 UTC 2020

Modified Files:
        pkgsrc/devel/binutils: Makefile

Log Message:
binutils: remove CFLAGS.OpenBSD+= -Wno-bounded directive.

This was added in 2014 in r1.57 along with patches to add OpenBSD/amd64
5.4 support, which have long been removed.

In OpenBSD 6.2, the default compiler on amd64 was switched from GCC to
Clang, which does not support this option and emits unknown warning
option '-Wno-bounded' warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 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.89 pkgsrc/devel/binutils/Makefile:1.90
--- pkgsrc/devel/binutils/Makefile:1.89 Fri Dec 11 10:02:16 2020
+++ pkgsrc/devel/binutils/Makefile      Sat Dec 12 16:41:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2020/12/11 10:02:16 fcambus Exp $
+# $NetBSD: Makefile,v 1.90 2020/12/12 16:41:13 fcambus Exp $
 
 DISTNAME=      binutils-2.35.1
 PKGREVISION=   2
@@ -85,8 +85,6 @@ USE_TOOLS+=           bison
 CONFIGURE_ARGS+=       --enable-gold --enable-plugins
 .endif
 
-CFLAGS.OpenBSD+=       -Wno-bounded
-
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
 CFLAGS+=       -Wno-unused-value -Wno-format-security \



Home | Main Index | Thread Index | Old Index