aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gcc_build2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 3e95967..e1fc2a2 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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>
diff --git a/contrib/gcc_build b/contrib/gcc_build
index f0e7926..91091ed 100755
--- a/contrib/gcc_build
+++ b/contrib/gcc_build
@@ -111,7 +111,7 @@ update_gcc() {
changedir ${DESTINATION}
# Update the tree
- ./contrib/gcc_update -d || \
+ ./contrib/gcc_update || \
error "Could not update GCC"
}