summaryrefslogtreecommitdiff
path: root/contrib/gcc_build
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2005-10-28 08:22:41 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-10-28 08:22:41 -0700
commit6c301b82b4019996f5798ef1302646d2ccb281cd (patch)
treebec4f999e4260f3200e12521afc75ba6b97bb226 /contrib/gcc_build
parent2d00b4f20784406dfb07a1260c0646ec3cdda75a (diff)
downloadgcc-6c301b82b4019996f5798ef1302646d2ccb281cd.tar.gz
gcc_build: Remove -d from the call to gcc_update.
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org> * gcc_build: Remove -d from the call to gcc_update. From-SVN: r105937
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"
}