summaryrefslogtreecommitdiff
path: root/contrib/gcc_build
diff options
context:
space:
mode:
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"
}