OSDN Git Service

2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Oct 2005 15:22:41 +0000 (15:22 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Oct 2005 15:22:41 +0000 (15:22 +0000)
        * gcc_build: Remove -d from the call to gcc_update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105937 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/gcc_build

index 3e95967..e1fc2a2 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>
        
 2005-10-28  Daniel Berlin  <dberlin@dberlin.org>
            Ben Elliston <bje@au1.ibm.com>
        
index f0e7926..91091ed 100755 (executable)
@@ -111,7 +111,7 @@ update_gcc() {
     changedir ${DESTINATION}
 
     # Update the tree
     changedir ${DESTINATION}
 
     # Update the tree
-    ./contrib/gcc_update -d || \
+    ./contrib/gcc_update || \
        error "Could not update GCC"
 }
 
        error "Could not update GCC"
 }