From: Yan-Ting Lin Date: Wed, 20 Jul 2016 08:09:25 +0000 (+0000) Subject: configure.ac (nds32*-*-*): Remove entry to enable gdb. X-Git-Tag: basepoints/gcc-8~5614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21f8810377c9b62127df989e0d06b72eb0ae42d8;p=thirdparty%2Fgcc.git configure.ac (nds32*-*-*): Remove entry to enable gdb. * configure.ac (nds32*-*-*): Remove entry to enable gdb. * configure: Regenerated. From-SVN: r238511 --- diff --git a/ChangeLog b/ChangeLog index a412802c2d14..f08794d12341 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-07-20 Yan-Ting Lin + + * configure.ac (nds32*-*-*): Remove entry to enable gdb. + * configure: Regenerated. + 2016-07-19 Fritz Reese * MAINTAINERS (Write After Approval): Add myself. @@ -32,7 +37,7 @@ 2016-06-03 Jose E. Marchesi - * MAINTAINERS (Write After Approval): Add myself. + * MAINTAINERS (Write After Approval): Add myself. 2016-05-28 Alan Modra diff --git a/configure b/configure index 2d0963bbe2b3..cd0e7b932c48 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" ;; diff --git a/configure.ac b/configure.ac index 3cb95d69d687..51b53b5c56ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1272,9 +1272,6 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; - nds32*-*-*) - noconfigdirs="$noconfigdirs gdb" - ;; nvptx*-*-*) noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" ;;