aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-03 22:54:00 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-03 22:54:00 +0000
commitd8e6f00620902b9f25b621379c8d2730c9db2cc8 (patch)
tree495693fab1d7f686a386f31c50597a80d2787b2f /Makefile.tpl
parent43bdb69a7c9c529545c8623551961b506ccc92cc (diff)
downloadnewlib-d8e6f00620902b9f25b621379c8d2730c9db2cc8.zip
newlib-d8e6f00620902b9f25b621379c8d2730c9db2cc8.tar.gz
newlib-d8e6f00620902b9f25b621379c8d2730c9db2cc8.tar.bz2
* Makefile.tpl: Introduce rules to serialize subconfigure runs.
* Makefile.in: Regenerate. * configure.in: Introduce rules to serialize subconfigure runs.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 288fa0c..dc99532 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -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
# --------------------------------