Commit 47816305 by Mark Mitchell Committed by Mark Mitchell

* gcc_build: Use -d when invoking gcc_update.

From-SVN: r42426
parent 57d02dd3
2001-05-21 Mark Mitchell <mark@codesourcery.com>
* gcc_build: Use -d when invoking gcc_update.
2001-05-18 Andreas Jaeger <aj@suse.de> 2001-05-18 Andreas Jaeger <aj@suse.de>
* gcc_update: Add rules for libf2c/libI77. * gcc_update: Add rules for libf2c/libI77.
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# Contents: # Contents:
# Script to automatically download and build GCC. # 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. # This file is part of GNU CC.
# #
...@@ -127,7 +127,7 @@ update_gcc() { ...@@ -127,7 +127,7 @@ update_gcc() {
changedir ${DESTINATION} changedir ${DESTINATION}
# Update the tree # Update the tree
./contrib/gcc_update || \ ./contrib/gcc_update -d || \
error "Could not update GCC" error "Could not update GCC"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment