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
This commit is contained in:
Andrew Pinski 2005-10-28 08:22:41 -07:00
parent 2d00b4f207
commit 6c301b82b4
2 changed files with 5 additions and 1 deletions

View 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>

View file

@ -111,7 +111,7 @@ update_gcc() {
changedir ${DESTINATION}
# Update the tree
./contrib/gcc_update -d || \
./contrib/gcc_update || \
error "Could not update GCC"
}