]> gcc.gnu.org Git - gcc.git/commitdiff
gcc_build: Remove -d from the call to gcc_update.
authorAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 28 Oct 2005 15:22:41 +0000 (08:22 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 28 Oct 2005 15:22:41 +0000 (08:22 -0700)
2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>

        * gcc_build: Remove -d from the call to gcc_update.

From-SVN: r105937

contrib/ChangeLog
contrib/gcc_build

index 3e95967d382801b0f47d07c854b39d8611ca8d2e..e1fc2a2bede9f1019a50d7d8cf8c3517c3afb49f 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-28  Andrew Pinski  <pinskia@gcc.gnu.org>
+
+       * gcc_build: Remove -d from the call to gcc_update.
+
 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
            Ben Elliston <bje@au1.ibm.com>
        
index f0e79266595f39c32badeff8b3c6a159ba688f44..91091ed43a5ea6ba3ea48476f988f48b19d848c7 100755 (executable)
@@ -111,7 +111,7 @@ update_gcc() {
     changedir ${DESTINATION}
 
     # Update the tree
-    ./contrib/gcc_update -d || \
+    ./contrib/gcc_update || \
        error "Could not update GCC"
 }
 
This page took 0.061597 seconds and 5 git commands to generate.