From: Mark Mitchell Date: Tue, 22 May 2001 06:45:44 +0000 (+0000) Subject: * gcc_build: Use -d when invoking gcc_update. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47816305fecfece2a4ae647638622371e4933076;p=gcc.git * gcc_build: Use -d when invoking gcc_update. From-SVN: r42426 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 603e1ee1e0f..f9061338795 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2001-05-21 Mark Mitchell + + * gcc_build: Use -d when invoking gcc_update. + 2001-05-18 Andreas Jaeger * gcc_update: Add rules for libf2c/libI77. diff --git a/contrib/gcc_build b/contrib/gcc_build index 61b34e21fc5..7e33982e822 100755 --- a/contrib/gcc_build +++ b/contrib/gcc_build @@ -9,7 +9,7 @@ # Contents: # Script to automatically download and build GCC. # -# Copyright (c) 2000 Free Software Foundation. +# Copyright (c) 2000, 2001 Free Software Foundation. # # This file is part of GNU CC. # @@ -127,7 +127,7 @@ update_gcc() { changedir ${DESTINATION} # Update the tree - ./contrib/gcc_update || \ + ./contrib/gcc_update -d || \ error "Could not update GCC" }