mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 11:11:05 +08:00
sim: drop dep on configure-gdb
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. * Makefile.in: Regenerated.
This commit is contained in:
parent
6da2762a3b
commit
ff4816dff0
@ -547,7 +547,6 @@ dependencies = { module=all-sim; on=all-libiberty; };
|
||||
dependencies = { module=all-sim; on=all-bfd; };
|
||||
dependencies = { module=all-sim; on=all-opcodes; };
|
||||
dependencies = { module=all-sim; on=all-readline; };
|
||||
dependencies = { module=all-sim; on=configure-gdb; };
|
||||
|
||||
// Other host modules.
|
||||
dependencies = { module=all-fastjar; on=all-zlib; };
|
||||
|
@ -61522,7 +61522,6 @@ install-strip-sid: maybe-install-strip-tcl
|
||||
install-sid: maybe-install-tk
|
||||
install-strip-sid: maybe-install-strip-tk
|
||||
all-sim: maybe-all-readline
|
||||
all-sim: maybe-configure-gdb
|
||||
all-fastjar: maybe-all-build-texinfo
|
||||
all-libctf: all-libiberty
|
||||
all-stage1-libctf: all-stage1-libiberty
|
||||
|
Loading…
x
Reference in New Issue
Block a user