Re: Forced to use --enable-unit-tests=no otherwise cross-compilation fail
William Tambe <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAF8i9mNuhxKTiDfjPf7_FOR0-Z7B+M=BD8-zREbYHynGPRk_kQ@mail.gmail.com> |
On Tue, Feb 4, 2020 at 11:27 AM Christian Biesinger <[email protected]> wrote: > > On Tue, Feb 4, 2020 at 5:51 AM William Tambe <[email protected]> wrote: > > > > With Binutils 2.34, I have to use --enable-unit-tests=no with > > ./configure otherwise cross-compilation fail trying to link > > gdbarch-selftests.o: > > By the way, I would recommend using a GDB release tag instead of a > binutils one... the release processes are independent and the GDB tags > have more testing for GDB. Is it ok to use the master branch ? would it include all fixes from both binutils and GDB ? > > Christian