aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-03 23:34:20 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-03 23:34:20 +0000
commit2af579c444e59c2559329e1b48bb43a1f1ca2eff (patch)
treefcaedf722fd6ddb5a2df3c1473e1246acb09d142 /configure.in
parent80f6040336ced016710bb40c520955cf071a66d3 (diff)
downloadfsf-binutils-gdb-2af579c444e59c2559329e1b48bb43a1f1ca2eff.zip
fsf-binutils-gdb-2af579c444e59c2559329e1b48bb43a1f1ca2eff.tar.gz
fsf-binutils-gdb-2af579c444e59c2559329e1b48bb43a1f1ca2eff.tar.bz2
* configure.in (host_tools): Order binutils, gas and ld for
convenience in running the testsuites.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1a1cd4c..f1382ee 100644
--- a/configure.in
+++ b/configure.in
@@ -80,7 +80,9 @@ libstdcxx_version="target-libstdc++-v3"
# these tools are built for the host environment
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
# know that we are building the simulator.
-host_tools="texinfo byacc flex bison binutils ld gas gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool grep diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils snavigator gettext zip fastjar"
+# binutils, gas and ld appear in that order because it makes sense to run
+# "make check" in that particular order.
+host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool grep diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils snavigator gettext zip fastjar"
# libgcj represents the runtime libraries only used by gcj.
libgcj="target-libffi \