Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / configure.in
index 9a0d494056e0ccd16a81fc55e4a0eccd6fef5123..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
+           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
@@ -39,6 +39,10 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
 #
 target_libs="libm xiberty newlib libg++"
 
+## start-sanitize-chill
+target_libs="${target_libs} chill chillrt"
+## end-sanitize-chill
+
 # these tools are built using the target libs, and are intended to run only
 # in the target environment.  we currently have none.
 #
@@ -46,7 +50,7 @@ target_libs="libm xiberty newlib libg++"
 # list belongs in this list.  those programs are also very likely
 # candidates for the "native_only" list which follows
 #
-target_tools=
+target_tools="groff"
 
 ################################################################################
 
@@ -58,7 +62,7 @@ target_tools=
 
 # directories to be built in the native environment only
 #
-native_only="autoconf cvs diff emacs fileutils find grep ispell m4
+native_only="autoconf cvs diff emacs fileutils find grep groff ispell m4
              rcs sed shellutils textutils wdiff"
 
 # directories to be built in a cross environment only
@@ -82,8 +86,8 @@ case "${host}" in
   m88k-motorola-m88kbcs)  host_makefile_frag=config/mh-delta88;;
   m88k-dg-dgux*)         host_makefile_frag=config/mh-dgux ;;
   mips-dec-ultrix*)       host_makefile_frag=config/mh-decstation ;;
-  mips-sgi-irix4        host_makefile_frag=config/mh-irix4 ;;
-  mips-sgi-irix3        host_makefile_frag=config/mh-sysv ;;
+  mips-sgi-irix4*)        host_makefile_frag=config/mh-irix4 ;;
+  mips-sgi-irix3*)        host_makefile_frag=config/mh-sysv ;;
   i[34]86-ncr-sysv4*)     host_makefile_frag=config/mh-ncr3000 ;;
   i[34]86-*-sco*)         host_makefile_frag=config/mh-sco ;;
   i[34]86-*-isc*)        host_makefile_frag=config/mh-sysv ;;
@@ -93,8 +97,8 @@ case "${host}" in
   *-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 ;;
+  *-*-sysv4*)             host_makefile_frag=config/mh-sysv4 ;;
+  *-*-sysv*)              host_makefile_frag=config/mh-sysv ;;
 esac
 
 # per-target:
@@ -142,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.024729 seconds and 4 git commands to generate.