[PATCH] sim: drop dep on configure-gdb

2021-03-04 Thread Mike Frysinger via Gcc-patches
I'm not entirely sure why this is here since the sim doesn't use anything from the gdb/ dir directly, and the commit that added it included a bunch more changes and doesn't seem to call out this dep specifically. ChangeLog: * Makefile.def: Remove all-sim dependency on configure-gdb.

Re: [PATCH] sim: drop dep on configure-gdb

2021-03-04 Thread Jeff Law via Gcc-patches
On 3/4/21 1:53 AM, Mike Frysinger via Gcc-patches wrote: > I'm not entirely sure why this is here since the sim doesn't use > anything from the gdb/ dir directly, and the commit that added it > included a bunch more changes and doesn't seem to call out this > dep specifically. > > ChangeLog: > >