aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-10-06 20:58:14 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-10-06 20:58:14 +0000
commit580217119e6aec769367a0c1a67e5f4e6852fce1 (patch)
tree8cf24b50de66743dd0be11b367baafdb00dac775
parent059e8ee2a265baa5b076b2f3929dcdb0db7daef7 (diff)
downloadgdb-580217119e6aec769367a0c1a67e5f4e6852fce1.zip
gdb-580217119e6aec769367a0c1a67e5f4e6852fce1.tar.gz
gdb-580217119e6aec769367a0c1a67e5f4e6852fce1.tar.bz2
* configure.in: Remove alpha-dec-osf*, no longer necessary now that
gdb knows how to handle OSF/1 shared libraries.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dc1153..eadf65f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * configure.in: Remove alpha-dec-osf*, no longer necessary now that
+ gdb knows how to handle OSF/1 shared libraries.
+
Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
diff --git a/configure.in b/configure.in
index dce37ac..5a453a7 100644
--- a/configure.in
+++ b/configure.in
@@ -83,7 +83,6 @@ srcname="gnu development package"
# per-host:
case "${host}" in
- alpha-dec-osf*) host_makefile_frag=config/mh-alphaosf ;;
m68k-hp-hpux) host_makefile_frag=config/mh-hp300 ;;
m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;;
m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;;