Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / configure.in
index 22fb0f980af5e73b230289da32f9a6face46ffe4..b7ac41ae0edc1e28ad480850eeb944fbea8d6dac 100644 (file)
@@ -29,9 +29,9 @@ host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk"
 # these tools are built for the host environment
 #
 host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
-           send_pr gprof gdbtest tgas etc expect deja-gnu z8ksim h8300sim
+           send_pr gprof gdbtest tgas etc expect deja-gnu sim
             m4 autoconf ispell grep diff rcs cvs fileutils shellutils
-           textutils wdiff find emacs"
+           textutils wdiff find emacs uudecode"
 
 
 # these libraries are built for the target environment, and are built after
@@ -146,7 +146,7 @@ fi
 
 case "${target}" in
   mips-*-*)
-    configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
+    configdirs=`echo ${configdirs} | sed -e 's/gas//'`
     ;;
   rs6000-*-*)
     configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/tk//'`
This page took 0.022798 seconds and 4 git commands to generate.