diff options
author | Chung-Ju Wu <jasonwucj@gmail.com> | 2014-09-06 03:54:47 +0800 |
---|---|---|
committer | Kuan-Lin Chen <kuanlinchentw@gmail.com> | 2014-09-10 09:34:33 +0800 |
commit | b25b5cef71fc5628fce0908125d6a3a732c22cde (patch) | |
tree | 56ea6c2cd30d9703c4ca7478ed014f89f5156867 /configure | |
parent | 9a560ca009644f29654bee0f060f7b1e80336cee (diff) | |
download | binutils-gdb-b25b5cef71fc5628fce0908125d6a3a732c22cde.tar.gz |
Disable gdb for nds32*-*-* until it is supported.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index 9fc1c88c075..dfea3bd7459 100755 --- a/configure +++ b/configure @@ -3805,6 +3805,9 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; + nds32*-*-*) + noconfigdirs="$noconfigdirs gdb" + ;; or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;; |