]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 cfd090814fcf521450e6ae07c735173af1adaec2..63a69d0d81110f462c941b0446f18bddf4c6ef11 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 d72954fe87e9058033ff7e0d21362c02c9d7a62d..92c4ad4bbca623a67bf3a04544be07bf2b8dfd27 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-*-*)