OSDN Git Service

* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
authorHans-Peter Nilsson <hp@axis.com>
Tue, 17 Dec 2002 04:31:04 +0000 (04:31 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Tue, 17 Dec 2002 04:31:04 +0000 (04:31 +0000)
ChangeLog
configure.in

index 1092380..b96314f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
+
 2002-12-13  Jason Merrill  <jason@redhat.com>
 
        * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
index 6969311..f16fe5b 100644 (file)
@@ -531,7 +531,7 @@ case "${target}" in
     noconfigdirs="$noconfigdirs target-libstdc++-v3"
     ;;
   mmix-*-*)
-    noconfigdirs="$noconfigdirs ${libgcj}"
+    noconfigdirs="$noconfigdirs ${libgcj} gdb libgloss"
     ;;
   mn10200-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"