summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-07-21 18:49:17 -0500
committerChristian Svensson <blue@cmd.nu>2014-07-27 18:43:52 +0200
commit1f995db6ad2c9325a8db45b73fea29c8ab9200e1 (patch)
tree0a5c9c668506d87082bdd76ae9698c19f95493b4 /configure
parent8a196b99a86d56775aa60043aa41a8a4fa228013 (diff)
downloadbinutils-gdb-1f995db6ad2c9325a8db45b73fea29c8ab9200e1.tar.gz
or1k: GDB not supported for or1k*-*-rtems*
* configure.ac (or1k*-*-rtems*): gdb not supported. The ordering of the stanzas results in this not being caught by or1k*-*-* later. * configure. Regenerated. Signed-off-by: Christian Svensson <blue@cmd.nu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index ab3a5e56d38..26c9886e939 100755
--- a/configure
+++ b/configure
@@ -3369,6 +3369,10 @@ case "${target}" in
;;
*-*-rtems*)
noconfigdirs="$noconfigdirs ${libgcj}"
+ # this is not caught below because this stanza matches earlier
+ case $target in
+ or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
+ esac
;;
*-*-tpf*)
noconfigdirs="$noconfigdirs ${libgcj}"