Added solaris configuration support.
[deliverable/binutils-gdb.git] / configure.in
index 110daa4f78bee1bad9bd287f1aa1a603fe04a0ad..2ffbd054436c4a18fbb35014b4e79d47a1777f8a 100644 (file)
@@ -3,7 +3,7 @@
 # script appropriate for this directory.  For more information, check
 # any existing configure script.
 
-configdirs="mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest"
+configdirs="autoconf mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest"
 srctrigger=cfg-paper.texi
 srcname="gnu development package"
 
@@ -15,6 +15,7 @@ case "${host_os}" in
 aix*)          host_makefile_frag=config/mh-aix ;;
 m88kbcs)       host_makefile_frag=config/mh-delta88;;
 sysv4*)                host_makefile_frag=config/mh-sysv4 ;;
+solaris*)      host_makefile_frag=config/mh-solaris2 ;;
 sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
 sco*)          host_makefile_frag=config/mh-sco ;;
 irix4)         host_makefile_frag=config/mh-irix4 ;;
@@ -45,8 +46,8 @@ bfd_target=
 case "${target_vendor}" in
 amd)
        case "${target_os}" in
-               ebmon)  bfd_target="ebmon29k" 
-                       ;;
+               ebmon)  bfd_target="ebmon29k" ;;
+               udi)    bfd_target="udi29k" ;;
                *) echo "bad target_os for amd" ;;
        esac
        ;;
This page took 0.024144 seconds and 4 git commands to generate.