]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - configure.ac
configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
[thirdparty/gcc.git] / configure.ac
index fbf7400c412663dd1cf813f4e837fac859a63eb6..aae94501e48386e80a8276192e9ec8a8b9ec8bb1 100644 (file)
@@ -961,10 +961,6 @@ 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*)
@@ -1170,9 +1166,6 @@ case "${target}" in
   nvptx*-*-*)
     noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
     ;;
-  or1k*-*-*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   sh-*-*)
     case "${target}" in
       sh*-*-elf)