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:
@@ -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>
|
||||
|
||||
|
||||
+1
-1
@@ -111,7 +111,7 @@ update_gcc() {
|
||||
changedir ${DESTINATION}
|
||||
|
||||
# Update the tree
|
||||
./contrib/gcc_update -d || \
|
||||
./contrib/gcc_update || \
|
||||
error "Could not update GCC"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user