]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc_build: Use -d when invoking gcc_update.
authorMark Mitchell <mark@codesourcery.com>
Tue, 22 May 2001 06:45:44 +0000 (06:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 22 May 2001 06:45:44 +0000 (06:45 +0000)
From-SVN: r42426

contrib/ChangeLog
contrib/gcc_build

index 603e1ee1e0fdacd9c17b671deb76ffbe1ca08bb5..f9061338795caa6cbdfdb5e9291e8dab08d433fb 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc_build: Use -d when invoking gcc_update.
+
 2001-05-18  Andreas Jaeger  <aj@suse.de>
 
        * gcc_update: Add rules for libf2c/libI77.
index 61b34e21fc59ad52719900901b54746a333e0700..7e33982e8222c21ea28ec7590629292c59028252 100755 (executable)
@@ -9,7 +9,7 @@
 # Contents:
 #   Script to automatically download and build GCC.
 #
-# Copyright (c) 2000 Free Software Foundation.
+# Copyright (c) 2000, 2001 Free Software Foundation.
 #
 # This file is part of GNU CC.
 #
@@ -127,7 +127,7 @@ update_gcc() {
     changedir ${DESTINATION}
 
     # Update the tree
-    ./contrib/gcc_update || \
+    ./contrib/gcc_update -d || \
        error "Could not update GCC"
 }
 
This page took 0.068413 seconds and 5 git commands to generate.