mirror of git://gcc.gnu.org/git/gcc.git
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
|
@ -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>
|
2005-10-28 Daniel Berlin <dberlin@dberlin.org>
|
||||||
Ben Elliston <bje@au1.ibm.com>
|
Ben Elliston <bje@au1.ibm.com>
|
||||||
|
|
||||||
|
|
|
@ -111,7 +111,7 @@ update_gcc() {
|
||||||
changedir ${DESTINATION}
|
changedir ${DESTINATION}
|
||||||
|
|
||||||
# Update the tree
|
# Update the tree
|
||||||
./contrib/gcc_update -d || \
|
./contrib/gcc_update || \
|
||||||
error "Could not update GCC"
|
error "Could not update GCC"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue