Fix PR17226, ld --gc-sections segfaults on sparc-linux
[deliverable/binutils-gdb.git] / configure.ac
index e761e78f3327dee2c2fb29521eea34d9330b88ff..028cbdafe0ffa304aa9a133e67b7209f0dfec9e9 100644 (file)
@@ -931,6 +931,10 @@ case "${target}" in
     ;;
   *-*-rtems*)
     noconfigdirs="$noconfigdirs target-libgloss"
+    # this is not caught below because this stanza matches earlier
+    case $target in
+      or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
+    esac
     ;;
     # The tpf target doesn't support gdb yet.
   *-*-tpf*)
This page took 0.023796 seconds and 4 git commands to generate.