* configure.in (m68k-*-netbsd*): Build everything now.
[deliverable/binutils-gdb.git] / configure.in
index 51513f919986c4fcbfeb45d27ab952b1c5b75981..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;;
@@ -164,6 +165,7 @@ if [ x${enable_shared} = xyes ]; then
   case "${host}" in
     hppa*)             waugh=config/mh-papic ;;
     i[345]86-*)                waugh=config/mh-x86pic ;;
+    sparc64-*)         waugh=config/mh-sparcpic ;;
     *)                 waugh=config/mh-${host_cpu}pic ;;
   esac
   if [ -f ${srcdir}/${waugh} ]; then
@@ -458,9 +460,6 @@ case "${target}" in
   rs6000-*-*)
     noconfigdirs="$noconfigdirs gprof"
     ;;
-  m68k-*-netbsd*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   m68k-apollo-*)
     noconfigdirs="$noconfigdirs ld binutils gprof"
     ;;
@@ -495,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.023067 seconds and 4 git commands to generate.