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.ac | |
parent | 9a560ca009644f29654bee0f060f7b1e80336cee (diff) | |
download | gdb-b25b5cef71fc5628fce0908125d6a3a732c22cde.zip gdb-b25b5cef71fc5628fce0908125d6a3a732c22cde.tar.gz gdb-b25b5cef71fc5628fce0908125d6a3a732c22cde.tar.bz2 |
Disable gdb for nds32*-*-* until it is supported.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 028cbda..dada090 100644 --- a/configure.ac +++ b/configure.ac @@ -1133,6 +1133,9 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; + nds32*-*-*) + noconfigdirs="$noconfigdirs gdb" + ;; or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;; |