From: Marek Polacek Date: Sat, 3 Oct 2015 17:02:12 +0000 (+0000) Subject: Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62cf8b4cddf3b3adc1323a8135f0d24dfeb6b5db;p=gcc.git Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond. * Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond. (insn-dfatab.o): Likewise. From-SVN: r228451 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14ab6968c4f..1b57eeab61d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-10-03 Marek Polacek + + * Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond. + (insn-dfatab.o): Likewise. + 2015-10-03 Max Filippov * config.gcc (xtensa*-*-uclinux*): New configuration. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b22b5aba0ca..009c745a0c8 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -217,8 +217,6 @@ libgcov-merge-tool.o-warn = -Wno-error gimple-match.o-warn = -Wno-unused generic-match.o-warn = -Wno-unused dfp.o-warn = -Wno-strict-aliasing -insn-latencytab.o-warn = -Wno-duplicated-cond -insn-dfatab.o-warn = -Wno-duplicated-cond # All warnings have to be shut off in stage1 if the compiler used then # isn't gcc; configure determines that. WARN_CFLAGS will be either