diff options
author | Yan-Ting Lin <currygt52@gmail.com> | 2016-07-20 08:09:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2016-07-20 08:09:25 +0000 |
commit | 21f8810377c9b62127df989e0d06b72eb0ae42d8 (patch) | |
tree | 4c33577d12a062720ecc010095119570619965da /configure | |
parent | 6e6fa605f8977ecfbf6a37239f99f2925e89685e (diff) | |
download | gcc-21f8810377c9b62127df989e0d06b72eb0ae42d8.tar.gz |
configure.ac (nds32*-*-*): Remove entry to enable gdb.
* configure.ac (nds32*-*-*): Remove entry to enable gdb.
* configure: Regenerated.
From-SVN: r238511
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure index 2d0963bbe2b..cd0e7b932c4 100755 --- a/configure +++ b/configure @@ -3936,9 +3936,6 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; - nds32*-*-*) - noconfigdirs="$noconfigdirs gdb" - ;; nvptx*-*-*) noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" ;; |