Add support -mrelocatable-lib
[deliverable/binutils-gdb.git] / configure.in
index 0925fd33a7eb743759ed98730acc171becbd4f67..f3e94dbf3e8073874ea730aac82ae2e273547902 100644 (file)
@@ -435,6 +435,9 @@ case "${target}" in
     # a gcc built textutils will cause the linker to hang on 'join'
     noconfigdirs="$noconfigdirs gas ld binutils gprof textutils"
     ;;
+  m68k-*-netbsd*)
+    noconfigdirs="$noconfigdirs gdb"
+    ;;
   m68k-apollo-*)
     noconfigdirs="$noconfigdirs ld binutils gprof"
     ;;
@@ -470,6 +473,9 @@ case "${target}" in
            use_gnu_ld=no
     fi
     ;;
+  v810-*-*)
+    noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld libg++ libstdc++ opcodes"
+    ;;
   vax-*-vms)
     noconfigdirs="$noconfigdirs bfd binutils gdb ld newlib opcodes"
     ;;
This page took 0.02371 seconds and 4 git commands to generate.