From: Andrew Pinski Date: Fri, 28 Oct 2005 15:22:41 +0000 (-0700) Subject: gcc_build: Remove -d from the call to gcc_update. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c301b82b4019996f5798ef1302646d2ccb281cd;p=gcc.git gcc_build: Remove -d from the call to gcc_update. 2005-10-28 Andrew Pinski * gcc_build: Remove -d from the call to gcc_update. From-SVN: r105937 --- 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 + + * gcc_build: Remove -d from the call to gcc_update. + 2005-10-28 Daniel Berlin Ben Elliston 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" }