Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/usr.bin/backend ira-color.c needs -Wno-err...
details: https://anonhg.NetBSD.org/src/rev/a0ecd4bae22f
branches: trunk
changeset: 838919:a0ecd4bae22f
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Feb 04 08:15:51 2019 +0000
description:
ira-color.c needs -Wno-error=int-in-bool-context for now.
diffstat:
external/gpl3/gcc/usr.bin/backend/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 58eb3f3647c1 -r a0ecd4bae22f external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile Mon Feb 04 08:07:33 2019 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile Mon Feb 04 08:15:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2018/11/06 06:17:29 mrg Exp $
+# $NetBSD: Makefile,v 1.52 2019/02/04 08:15:51 mrg Exp $
LIBISPRIVATE= yes
@@ -507,6 +507,8 @@
# XXX make all hooks generated for now.
final.o: target-hooks-def.h c-family/c-target-hooks-def.h common/common-target-hooks-def.h
+COPTS.ira-color.c+= -Wno-error=int-in-bool-context
+
.if ${MACHINE_CPU} == "arm"
# XXX insn-recog.c:10304:7: error: this decimal constant is unsigned only in ISO C90 [-Werror]
COPTS.insn-recog.c+=-Wno-error
Home |
Main Index |
Thread Index |
Old Index