Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / configure.in
index 60140e3586393572c15b6ce856e45287c017130a..b7ac41ae0edc1e28ad480850eeb944fbea8d6dac 100644 (file)
@@ -1,4 +1,4 @@
-################################################################################
+##############################################################################
 
 ## This file is a shell script fragment that supplies the information
 ## necessary to tailor a template configure script into the configure
@@ -13,7 +13,7 @@
 ## For more information on these two systems, check out the documentation
 ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).  
 
-################################################################################
+##############################################################################
 
 ### To add a new directory to the tree, first choose whether it is a target
 ### or a host dependent tool.  Then put it into the appropriate list
@@ -29,24 +29,28 @@ 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 the host
-# libraries and the host tools (which may be a cross compiler)
+# these libraries are built for the target environment, and are built after
+# the host libraries and the host tools (which may be a cross compiler)
 #
 target_libs="libm xiberty newlib libg++"
 
-# these tools are built using the target libs, and are intended to run only in the
-# target environment.  we currently have none.  
+## 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.
 #
-# note: any program that uses libraries that are in the "target_libs" list
-# belongs in this list.  those programs are also very likely candidates for
-# the "native_only" list which follows
+# note: any program that *uses* libraries that are in the "target_libs"
+# 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,10 +62,10 @@ 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 the target environment only
+# directories to be built in a cross environment only
 #
 cross_only="xiberty newlib"
 
@@ -82,18 +86,19 @@ 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 ;;
   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 ;;
+  *-*-sysv4*)             host_makefile_frag=config/mh-sysv4 ;;
+  *-*-sysv*)              host_makefile_frag=config/mh-sysv ;;
 esac
 
 # per-target:
@@ -141,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.02445 seconds and 4 git commands to generate.