(_bfd_link_section_stabs): Use bfd_hash_table_init rather than
[deliverable/binutils-gdb.git] / configure.in
index 53973528cb3fa209e932365dc23f59bf5917326d..50ffdd973ac326c2da0e027ccc442a935d353c6a 100644 (file)
@@ -656,6 +656,9 @@ case "${target}" in
   i[[3456789]]86-*-beos*)
     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
     ;;
+  i[[3456789]]86-*-rdos*)
+   noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
+     ;;
   m32r-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
@@ -967,6 +970,12 @@ case "${host}" in
   powerpc-*-darwin*)
     host_makefile_frag="config/mh-ppc-darwin"
     ;;
+  powerpc-*-aix*)
+    host_makefile_frag="config/mh-ppc-aix"
+    ;;
+  rs6000-*-aix*)
+    host_makefile_frag="config/mh-ppc-aix"
+    ;;
   *-*-lynxos*)
     # /bin/cc is less than useful for our purposes.  Always use GCC
     tentative_cc="/bin/gcc"
This page took 0.035522 seconds and 4 git commands to generate.