aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-11-02 21:39:59 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-11-02 21:39:59 +0000
commitffd334ce820ff277e635f4a674b60776f0d633fd (patch)
tree4b752c6e4494a9dd648c8809f32f5d851a1343e8
parentd6f8ba7eb55350ac419c27159b3e95c62238bbdd (diff)
downloadgdb-ffd334ce820ff277e635f4a674b60776f0d633fd.zip
gdb-ffd334ce820ff277e635f4a674b60776f0d633fd.tar.gz
gdb-ffd334ce820ff277e635f4a674b60776f0d633fd.tar.bz2
* configure.in: Configure gdb for alpha.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in5
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cfd0908..63a69d0 100644
--- 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.
diff --git a/configure.in b/configure.in
index d72954f..92c4ad4 100644
--- a/configure.in
+++ b/configure.in
@@ -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-*-*)