diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-27 21:59:21 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-27 21:59:21 +0100 |
commit | c1a56ccfb6ff36fd533628f8065c968ac6a5148a (patch) | |
tree | 332629076a2e923a87f7d3a973fc08997ab7ab00 | |
parent | Gentoo: Disable another test that checks for textrel warnings (which we sed out) (diff) | |
download | binutils-gdb-c1a56ccfb6ff36fd533628f8065c968ac6a5148a.tar.gz binutils-gdb-c1a56ccfb6ff36fd533628f8065c968ac6a5148a.tar.bz2 binutils-gdb-c1a56ccfb6ff36fd533628f8065c968ac6a5148a.zip |
Gentoo: Disable gold test suite since it still always failsgentoo/binutils-2.30-1
See https://sourceware.org/bugzilla/show_bug.cgi?id=22755
Needs review for future ebuilds.
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3acb83b8def..49de829bfaa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2340,7 +2340,6 @@ check-host: \ maybe-check-mpc \ maybe-check-isl \ maybe-check-libelf \ - maybe-check-gold \ maybe-check-gprof \ maybe-check-intl \ maybe-check-tcl \ |