diff options
author | mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-03 17:02:12 +0000 |
---|---|---|
committer | mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-03 17:02:12 +0000 |
commit | 93279712c92a1651792dbce8b458497f3010871a (patch) | |
tree | 385cc38c099c94758b6b77257f9d2db8ef64180f /gcc/Makefile.in | |
parent | e3c15dbe1c4cd63d906eb67c1c607cc4fab6b329 (diff) | |
download | gcc-93279712c92a1651792dbce8b458497f3010871a.tar.gz |
* Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond.
(insn-dfatab.o): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228451 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 |