diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2014-07-21 17:38:56 -0500 |
---|---|---|
committer | Christian Svensson <blue@cmd.nu> | 2014-07-22 01:15:41 +0200 |
commit | cfbc1a6ceba60d30e46ee82af8ea6803fec4a449 (patch) | |
tree | f7b78638700ecf0200153c68e6e30ed2ab4b6cd7 /configure | |
parent | 3d52a869b2e09d88fc0ebae762d25428d891dd11 (diff) | |
download | binutils-gdb-cfbc1a6ceba60d30e46ee82af8ea6803fec4a449.tar.gz |
Disable gdb for or1k*-*-* until supported
* configure.ac (or1k*-*-*): Disable gdb.
* configure: Regenerated.
Signed-off-by: Christian Svensson <blue@cmd.nu>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index 36455713f33..ab3a5e56d38 100755 --- a/configure +++ b/configure @@ -3801,6 +3801,9 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; + or1k*-*-*) + noconfigdirs="$noconfigdirs gdb" + ;; sh-*-* | sh64-*-*) case "${target}" in sh*-*-elf) |