Re: Forced to use --enable-unit-tests=no otherwise cross-compilation fail
"Christian Biesinger via gdb" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAPTJ0XECkvoy7WwDez8A3Td2+-R9rzMMw7PfNLoMQOqqtWXbTg@mail.gmail.com> |
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. Christian