mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
* Makefile.tpl: Introduce rules to serialize subconfigure runs.
* Makefile.in: Regenerate. * configure.in: Introduce rules to serialize subconfigure runs.
This commit is contained in:
@ -1289,6 +1289,11 @@ $(TARGET_SUBDIR)/qthreads/Makefile: $(ALL_GCC_C)
|
||||
# all-gcc only depends on all-gas if gas is present and being configured.
|
||||
@maybe_dependencies@
|
||||
|
||||
# Serialization dependencies. Host configures don't work well in parallel to
|
||||
# each other, due to contention over config.cache. Target configures and
|
||||
# build configures are similar.
|
||||
@serialization_dependencies@
|
||||
|
||||
# --------------------------------
|
||||
# Regenerating top level configury
|
||||
# --------------------------------
|
||||
|
Reference in New Issue
Block a user