Fri Mar 28 15:25:24 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
[deliverable/binutils-gdb.git] / configure.in
index 31b9f7679c3c9ceeb5a54a6c754c4bce291471bd..f91ba09d3b5005d8e94eef18b148861ca734edc5 100644 (file)
@@ -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
@@ -568,7 +569,7 @@ case "${target}" in
     ;;
 # start-sanitize-tic80
   tic80-*-*)
-    noconfigdirs="$noconfigdirs gdb target-libio target-libg++ target-libstdc++ target-libgloss"
+    noconfigdirs="$noconfigdirs gdb"
     ;;
 # end-sanitize-tic80
   v810-*-*)
This page took 0.02266 seconds and 4 git commands to generate.