recording file death
[deliverable/binutils-gdb.git] / configure.in
index 3612d3849d5312c6124b2eb4b35af739d7ca6bc4..cc4e1421c2f757bd62160ca605f16f19900069b6 100644 (file)
@@ -3,7 +3,7 @@
 # script appropriate for this directory.  For more information, check
 # any existing configure script.
 
-configdirs="autoconf mmalloc libiberty texinfo flex byacc bison opcodes bfd binutils gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas etc tcl expect tk deja-gnu z8ksim"
+configdirs="m4 autoconf mmalloc libiberty texinfo flex byacc bison opcodes bfd binutils gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas etc tcl expect tk deja-gnu z8ksim sed fileutils shellutils textutils time wdiff find"
 srctrigger=move-if-change
 srcname="gnu development package"
 
@@ -20,8 +20,10 @@ case "${host}" in
   i[34]86-ncr-sysv4*)     host_makefile_frag=config/mh-ncr3000 ;;
   i[34]86-*-sco*)         host_makefile_frag=config/mh-sco ;;
   i[34]86-*-linux)        host_makefile_frag=config/mh-linux ;;
+  i[34]86-*-solaris2*)    host_makefile_frag=config/mh-sysv4 ;;
   *-ibm-aix*)             host_makefile_frag=config/mh-aix ;;
   *-sun-solaris*)         host_makefile_frag=config/mh-solaris ;;
+  *-sun-*)               host_makefile_frag=config/mh-sun ;;
   *-hp-hpux)              host_makefile_frag=config/mh-hpux ;;
   *-*sysv4*)              host_makefile_frag=config/mh-sysv4 ;;
   *-*sysv*)               host_makefile_frag=config/mh-sysv ;;
@@ -70,10 +72,10 @@ case "${target}" in
     configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
     ;;
   hppa*-*-*)
-    configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/bfd//;s/gdb//;s/libg++//'`
+    configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/bfd//;s/gdb//'`
     ;;
   *-*-solaris2)
-    configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
+    configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/emacs//'`
     ;;
 esac
 
This page took 0.023407 seconds and 4 git commands to generate.