* dbxread.c (read_dbx_dynamic_symtab): Reinstall support for sun3,
[deliverable/binutils-gdb.git] / configure.in
index b772da957679e76381a7cc6d9d3a863fd589217f..924edac3d98d0bb710feb88308bfd8e79484ccfd 100644 (file)
@@ -91,6 +91,7 @@ case "${host}" in
   mips*-sgi-irix5*)       host_makefile_frag=config/mh-irix5 ;;
   mips*-sgi-irix4*)       host_makefile_frag=config/mh-irix4 ;;
   mips*-sgi-irix3*)       host_makefile_frag=config/mh-sysv ;;
+  mips*-*-sysv4*)        host_makefile_frag=config/mh-sysv4 ;;
   mips*-*-sysv*)         host_makefile_frag=config/mh-riscos ;;
   i[34]86-ncr-sysv4*)     host_makefile_frag=config/mh-ncr3000 ;;
   i[34]86-*-sco*)         host_makefile_frag=config/mh-sco ;;
@@ -221,6 +222,10 @@ case "${target}" in
     # the GNU linker supports shared libraries
     noconfigdirs="$noconfigdirs ld"
     ;;
+  powerpc-*-aix*)
+    # copied from rs6000-*-* entry
+    noconfigdirs="$noconfigdirs ld binutils gprof textutils cvs"
+    ;;
   rs6000-*-*)
     # a gcc built textutils will cause the linker to hang on 'join'
     # The CVS server code doesn't work on the RS/6000
This page took 0.023234 seconds and 4 git commands to generate.