Commit 6c301b82 by Andrew Pinski

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
parent 2d00b4f2
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>
......
......@@ -111,7 +111,7 @@ update_gcc() {
changedir ${DESTINATION}
# Update the tree
./contrib/gcc_update -d || \
./contrib/gcc_update || \
error "Could not update GCC"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment