* configure.in: Configure gdb for alpha.
authorPeter Schauer <Peter.Schauer@mytum.de>
Tue, 2 Nov 1993 21:39:59 +0000 (21:39 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Tue, 2 Nov 1993 21:39:59 +0000 (21:39 +0000)
ChangeLog
configure.in

index cfd0908..63a69d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * configure.in:  Configure gdb for alpha.
+
 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * Makefile.in (CXXFLAGS): Add -O.
index d72954f..92c4ad4 100644 (file)
@@ -164,9 +164,6 @@ fi
 noconfigdirs=""
 
 case "${host}" in
-  alpha-dec-osf1*)
-    noconfigdirs="gdb"
-    ;;
   i[34]86-*-go32)
     noconfigdirs="tcl expect deja-gnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
     ;;
@@ -174,7 +171,7 @@ esac
 
 case "${target}" in
   alpha-dec-osf1*)
-    noconfigdirs="$noconfigdirs gas gdb emacs fileutils grep libg++ libio"
+    noconfigdirs="$noconfigdirs gas emacs fileutils grep libg++ libio"
     ;; 
   h8300*-*-* | \
   h8500-*-*)