Sort the names, since the file renaming.
[deliverable/binutils-gdb.git] / configure.in
index e40dd5c9e6bfd30e233b0bf007cdb51c36b6a2d6..aae4f4950763275764fdbddb513b3eaffc63f258 100644 (file)
@@ -3,8 +3,8 @@
 # script appropriate for this directory.  For more information, check
 # any existing configure script.
 
-configdirs="libiberty texinfo bfd binutils byacc bison gcc readline ld gas gnulib clib gdb emacs make grep diff rcs gdbm cvs prms"
-srctrigger=README
+configdirs="mmalloc libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs gdbm cvs patch send_pr libg++ newlib gprof"
+srctrigger=cfg-paper.texi
 srcname="gnu development package"
 
 # per-host:
@@ -12,18 +12,27 @@ srcname="gnu development package"
 # XXX - FIXME there needs to be a case for mh_dgux
 
 case "${host_os}" in
+aix*)          host_makefile_frag=config/mh-aix ;;
 m88kbcs)       host_makefile_frag=config/mh-delta88;;
-sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
-svr4)          host_makefile_frag=config/mh-svr4 ;;
+sysv4*)                host_makefile_frag=config/mh-sysv4 ;;
+sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
+irix4)         host_makefile_frag=config/mh-irix4 ;;
+ultrix*)
+       case "${host_cpu}" in
+       mips)   host_makefile_frag=config/mh-decstation ;;
+       esac
 esac
 
 case "${host_vendor}" in
 sco*)          host_makefile_frag=config/mh-sco ;;
+apollo*)       case "${host_cpu}" in
+               m68k*)
+                       host_makefile_frag=config/mh-apollo68 ;;
+               esac ;;
 esac
 
 # per-target:
 
-
 bfd_target=
 
 case "${target_vendor}" in
@@ -39,10 +48,14 @@ amd)
        ;;
 esac
 
+case "${target_cpu}" in
+       mips)  configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
+       ;;
+       rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//'`
+esac
 
 target_makefile_frag=config/mt-${bfd_target}
 
-
 #
 # Local Variables:
 # fill-column: 131
This page took 0.023452 seconds and 4 git commands to generate.