aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1997-03-21 20:56:10 +0000
committerMichael Meissner <gnu@the-meissners.org>1997-03-21 20:56:10 +0000
commit23e92f3fbdeea2cd4c21017c74228aa0b2384156 (patch)
treeef8a0d98e1d80eb761d48680fc824cacf7112273 /configure.in
parentff22a9dbf86f4d7d15fa7aa2dd3786010edc1d9d (diff)
downloadgdb-23e92f3fbdeea2cd4c21017c74228aa0b2384156.zip
gdb-23e92f3fbdeea2cd4c21017c74228aa0b2384156.tar.gz
gdb-23e92f3fbdeea2cd4c21017c74228aa0b2384156.tar.bz2
Make powerpc simulator support in gdb dependent on whether the simulator was configured in
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 31b9f76..a17ab51 100644
--- a/configure.in
+++ b/configure.in
@@ -48,8 +48,9 @@ if [ "${enable_gdbgui}" = "yes" ] ; then
fi
# these tools are built for the host environment
-#
-host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu sim bash m4 autoconf ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils sn"
+# 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 sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu bash m4 autoconf ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils sn"
# these libraries are built for the target environment, and are built after