diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-28 15:22:41 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-28 15:22:41 +0000 |
commit | 45837d1ec0ad831379ad16213017b452f91edd25 (patch) | |
tree | bec4f999e4260f3200e12521afc75ba6b97bb226 /contrib | |
parent | effc6d53bf4679c50afb6658402c655013d59971 (diff) | |
download | gcc-45837d1ec0ad831379ad16213017b452f91edd25.tar.gz |
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
* gcc_build: Remove -d from the call to gcc_update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gcc_build | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 3e95967d382..e1fc2a2bede 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -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> diff --git a/contrib/gcc_build b/contrib/gcc_build index f0e79266595..91091ed43a5 100755 --- a/contrib/gcc_build +++ b/contrib/gcc_build @@ -111,7 +111,7 @@ update_gcc() { changedir ${DESTINATION} # Update the tree - ./contrib/gcc_update -d || \ + ./contrib/gcc_update || \ error "Could not update GCC" } |