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:
parent
2d00b4f207
commit
6c301b82b4
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ update_gcc() {
|
|||
changedir ${DESTINATION}
|
||||
|
||||
# Update the tree
|
||||
./contrib/gcc_update -d || \
|
||||
./contrib/gcc_update || \
|
||||
error "Could not update GCC"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue