* expr.c (expr): allow SEG_BSS in expressions
[binutils-gdb.git] / configure.in
index 110daa4f78bee1bad9bd287f1aa1a603fe04a0ad..0e368148f6a1834110fb1f75acf5d7184866834e 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 libgcc 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,9 +15,11 @@ 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-solaris ;;
 sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
 sco*)          host_makefile_frag=config/mh-sco ;;
 irix4)         host_makefile_frag=config/mh-irix4 ;;
+linux)         host_makefile_frag=config/mh-linux ;;
 ultrix*)
        case "${host_cpu}" in
        mips)   host_makefile_frag=config/mh-decstation ;;
@@ -45,8 +47,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
        ;;