mirror of git://gcc.gnu.org/git/gcc.git
gcc_build: Output information about the commands used to configure the compiler.
* gcc_build: Output information about the commands used to configure the compiler. From-SVN: r43222
This commit is contained in:
parent
d7d9c429a5
commit
72e0bae59f
|
|
@ -1,3 +1,8 @@
|
||||||
|
2001-06-11 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
|
* gcc_build: Output information about the commands used to
|
||||||
|
configure the compiler.
|
||||||
|
|
||||||
2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
|
2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||||
|
|
||||||
* gennews: Update for GCC 3.0.
|
* gennews: Update for GCC 3.0.
|
||||||
|
|
|
||||||
|
|
@ -146,6 +146,7 @@ configure_gcc() {
|
||||||
changedir ${OBJDIR}
|
changedir ${OBJDIR}
|
||||||
|
|
||||||
# Configure the tree.
|
# Configure the tree.
|
||||||
|
echo "Configuring: ${DESTINATION}/configure ${CONFIGURE_OPTIONS}"
|
||||||
eval ${DESTINATION}/configure ${CONFIGURE_OPTIONS} || \
|
eval ${DESTINATION}/configure ${CONFIGURE_OPTIONS} || \
|
||||||
error "Could not configure the compiler"
|
error "Could not configure the compiler"
|
||||||
}
|
}
|
||||||
|
|
@ -159,6 +160,7 @@ bootstrap_gcc() {
|
||||||
changedir ${OBJDIR}
|
changedir ${OBJDIR}
|
||||||
|
|
||||||
# Bootstrap the compiler
|
# Bootstrap the compiler
|
||||||
|
echo "Building: ${MAKE} ${MAKE_BOOTSTRAP_OPTIONS} bootstrap"
|
||||||
eval ${MAKE} ${MAKE_BOOTSTRAP_OPTIONS} bootstrap || \
|
eval ${MAKE} ${MAKE_BOOTSTRAP_OPTIONS} bootstrap || \
|
||||||
error "Could not bootstrap the compiler"
|
error "Could not bootstrap the compiler"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue