summaryrefslogtreecommitdiff
path: root/contrib/gcc_build
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-22 06:45:44 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-22 06:45:44 +0000
commit98248defea4732249c4e2d3360022c5f98ad83a9 (patch)
tree181b382662c4275a9d26bc2c4392deef36a4c303 /contrib/gcc_build
parent7b9078179c9c941cfe4e909b0716acc06a2d3fac (diff)
downloadgcc-98248defea4732249c4e2d3360022c5f98ad83a9.tar.gz
* gcc_build: Use -d when invoking gcc_update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/gcc_build')
-rwxr-xr-xcontrib/gcc_build4
1 files changed, 2 insertions, 2 deletions
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"
}