Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-06 01:43:12 +0300
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-06 01:43:12 +0300
commitfdb62c3105aa5dd85a503c6c15a54fd332cf3f96 (patch)
treef88f9a3ff5b679d1f52b528d25103591dcc74322
parentd6064c79252138883361b0874f3043680ad7936b (diff)
* src-release: Configure host subdirs.
-rw-r--r--ChangeLog2
-rw-r--r--src-release2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d0f1c8cc4..781178ba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
+ * src-release: Configure host subdirs.
+
* Makefile.tpl: Change dependency for */multilib.out so that
it works when gcc isn't in the tree.
diff --git a/src-release b/src-release
index 9830da459..c13fa354e 100644
--- a/src-release
+++ b/src-release
@@ -136,7 +136,7 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
mv -f tmp Makefile.in
#
./configure sun4
- $(MAKE) configure-target \
+ $(MAKE) configure-host configure-target \
ALL_GCC="" ALL_GCC_C="" ALL_GCC_CXX="" \
CC_FOR_TARGET="$(CC)" CXX_FOR_TARGET="$(CXX)"
# Make links, and run "make diststuff" or "make info" when needed.