diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-10-28 08:22:41 -0700 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-10-28 08:22:41 -0700 |
commit | 6c301b82b4019996f5798ef1302646d2ccb281cd (patch) | |
tree | bec4f999e4260f3200e12521afc75ba6b97bb226 /contrib/gcc_build | |
parent | 2d00b4f20784406dfb07a1260c0646ec3cdda75a (diff) | |
download | gcc-6c301b82b4019996f5798ef1302646d2ccb281cd.zip gcc-6c301b82b4019996f5798ef1302646d2ccb281cd.tar.gz gcc-6c301b82b4019996f5798ef1302646d2ccb281cd.tar.bz2 |
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-x | contrib/gcc_build | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |