aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc_build
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2005-10-28 15:22:41 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-10-28 15:22:41 +0000
commit29a83a2c6cbc0b481e3a90a98026f1ba967e8170 (patch)
treebec4f999e4260f3200e12521afc75ba6b97bb226 /contrib/gcc_build
parentee8444ed0cd1433d0a69b16cad05fc28614599ce (diff)
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
* gcc_build: Remove -d from the call to gcc_update. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@105937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/gcc_build')
-rwxr-xr-xcontrib/gcc_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc_build b/contrib/gcc_build
index f0e79266595..91091ed43a5 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"
}