Re: RFC: Deprecate the ARM simulator
"Maciej W. Rozycki" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 23 Sep 2024, Richard Earnshaw (lists) via Gdb wrote: > Won't this break builds for arm users unless they now explicitly specify > --disable-sim? That's a bit aggressive, IMO, and might cause problems for > multi-target builds that want some sims, if available. We don't want to make > life harder for those just trying to build gdb. ISTM this change needs to be combined with one to add sim to noconfigdirs at the top level for arm*-*-* targets unless --enable-sim has been also explicitly given. There's previous art for such an arrangement in AFAICS. Maciej