Module Name:    src
Committed By:   mrg
Date:           Thu May  6 06:52:19 UTC 2021

Modified Files:
        src/external/gpl3/gdb.old/lib/libbfd: Makefile

Log Message:
avoid GCC-10 warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb.old/lib/libbfd/Makefile

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

Modified files:

Index: src/external/gpl3/gdb.old/lib/libbfd/Makefile
diff -u src/external/gpl3/gdb.old/lib/libbfd/Makefile:1.9 src/external/gpl3/gdb.old/lib/libbfd/Makefile:1.10
--- src/external/gpl3/gdb.old/lib/libbfd/Makefile:1.9	Fri Oct  9 23:55:48 2020
+++ src/external/gpl3/gdb.old/lib/libbfd/Makefile	Thu May  6 06:52:18 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2020/10/09 23:55:48 rin Exp $
+#	$NetBSD: Makefile,v 1.10 2021/05/06 06:52:18 mrg Exp $
 
 .include <bsd.own.mk>
 .include "../Makefile.inc"
@@ -30,6 +30,7 @@ CLEANFILES+=	elf32-target.h elf64-target
 .include <bsd.lib.mk>
 
 COPTS+=         -Wno-stack-protector
+COPTS+=         -Wno-overflow
 
 ${OBJS} ${SOBJS}: elf32-target.h elf64-target.h
 targets.o targets.pico: targmatch.h Makefile

Reply via email to