diff options
author | Mark Mitchell <mark@codesourcery.com> | 2001-05-22 06:45:44 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2001-05-22 06:45:44 +0000 |
commit | 47816305fecfece2a4ae647638622371e4933076 (patch) | |
tree | 181b382662c4275a9d26bc2c4392deef36a4c303 /contrib/gcc_build | |
parent | 57d02dd3e678a840bf37b1a9c071281ef64e5354 (diff) | |
download | gcc-47816305fecfece2a4ae647638622371e4933076.zip gcc-47816305fecfece2a4ae647638622371e4933076.tar.gz gcc-47816305fecfece2a4ae647638622371e4933076.tar.bz2 |
* gcc_build: Use -d when invoking gcc_update.
From-SVN: r42426
Diffstat (limited to 'contrib/gcc_build')
-rwxr-xr-x | contrib/gcc_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc_build b/contrib/gcc_build index 61b34e2..7e33982 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" } |