* configure.in (m68k-*-netbsd*): Build everything now.
[deliverable/binutils-gdb.git] / configure.in
index 0d6b27632a06cc421da7780493789b95f8bcc7db..74558227b960324793ba32a8ecfc2b20b6be91d2 100644 (file)
@@ -97,6 +97,7 @@ case "${host}" in
   m68k-hp-hpux*)         host_makefile_frag=config/mh-hp300 ;;
   m68k-apollo-sysv*)      host_makefile_frag=config/mh-apollo68 ;;
   m68k-apollo-bsd*)       host_makefile_frag=config/mh-a68bsd ;;
+  m68k-*-linux*)         host_makefile_frag=config/mh-linux ;;
   m88k-dg-dgux*)         host_makefile_frag=config/mh-dgux ;;
   m88k-harris-cxux*)     host_makefile_frag=config/mh-cxux ;;
   m88k-motorola-sysv*)    host_makefile_frag=config/mh-delta88;;
@@ -459,9 +460,6 @@ case "${target}" in
   rs6000-*-*)
     noconfigdirs="$noconfigdirs gprof"
     ;;
-  m68k-*-netbsd*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   m68k-apollo-*)
     noconfigdirs="$noconfigdirs ld binutils gprof"
     ;;
@@ -496,10 +494,6 @@ case "${target}" in
            use_gnu_ld=no
     fi
     ;;
-  sparclet-*-*)
-    # Skip these until ready for them.
-    noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx"
-    ;;
   v810-*-*)
     noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libio target-libg++ target-libstdc++ opcodes"
     ;;
This page took 0.02258 seconds and 4 git commands to generate.