diff mbox

[RFC,4/4] Regenerate ./configure

Message ID cdb57866fd3bc0b5de55741959bab93a58138a39.1416727954.git.jbglaw@lug-owl.de
State New
Headers show

Commit Message

Jan-Benedict Glaw Nov. 23, 2014, 7:33 a.m. UTC
2014-11-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

	* configure: Regenerate.
---
 ChangeLog |  4 ++++
 configure | 14 ++++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

Comments

Jeff Law Nov. 24, 2014, 4:44 p.m. UTC | #1
On 11/23/14 00:33, Jan-Benedict Glaw wrote:
> 2014-11-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
>
> 	* configure: Regenerate.
OK.
jeff
diff mbox

Patch

diff --git a/ChangeLog b/ChangeLog
index 240c8ac..b7392bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@ 
 2014-11-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
 
+	* configure: Regenerate.
+
+2014-11-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
 	* configure.ac: Merge with Binutils.
 
 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
diff --git a/configure b/configure
index 96225b5..9e6684c 100755
--- a/configure
+++ b/configure
@@ -3656,6 +3656,10 @@  case "${target}" in
     ;;
   *-*-rtems*)
     noconfigdirs="$noconfigdirs target-libgloss"
+    # this is not caught below because this stanza matches earlier
+    case $target in
+      or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
+    esac
     ;;
     # The tpf target doesn't support gdb yet.
   *-*-tpf*)
@@ -3831,7 +3835,7 @@  case "${target}" in
   microblaze*)
     noconfigdirs="$noconfigdirs gprof"
     ;;
-  mips*-sde-elf* | mips*-mti-elf*)
+  mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
     if test x$with_newlib = xyes; then
       noconfigdirs="$noconfigdirs gprof"
     fi
@@ -3854,10 +3858,16 @@  case "${target}" in
   mips*-*-*)
     noconfigdirs="$noconfigdirs gprof"
     ;;
+  nds32*-*-*)
+    noconfigdirs="$noconfigdirs gdb"
+    ;;
   nvptx*-*-*)
     # nvptx is just a compiler
     noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
     ;;
+  or1k*-*-*)
+    noconfigdirs="$noconfigdirs gdb"
+    ;;
   sh-*-* | sh64-*-*)
     case "${target}" in
       sh*-*-elf)
@@ -6801,7 +6811,7 @@  case "${target}" in
   spu-*-*)
     target_makefile_frag="config/mt-spu"
     ;;
-  mips*-sde-elf* | mips*-mti-elf*)
+  mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
     target_makefile_frag="config/mt-sde"
     ;;
   mipsisa*-*-elfoabi*)