diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-31 17:55:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-31 17:55:49 +0000 |
commit | 6bd3f7654dba32de268ccff7752ecbdb0b737f83 (patch) | |
tree | 9e53ae896c2c3aef0274e0205d0cd0340fdea643 | |
parent | c6623d2ce2ca287ca6c80441dbb741badbf3f72e (diff) | |
download | gdb-6bd3f7654dba32de268ccff7752ecbdb0b737f83.zip gdb-6bd3f7654dba32de268ccff7752ecbdb0b737f83.tar.gz gdb-6bd3f7654dba32de268ccff7752ecbdb0b737f83.tar.bz2 |
* configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
configure ld--it works, but it doesn't support shared libraries.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 8 |
2 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't + configure ld--it works, but it doesn't support shared libraries. + Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com) * config.guess (*-unknown-freebsd*): Get rid of possible diff --git a/configure.in b/configure.in index f35aa89..657339d 100644 --- a/configure.in +++ b/configure.in @@ -301,10 +301,14 @@ esac case "${target}" in - alpha-dec-osf1*) - noconfigdirs="$noconfigdirs emacs emacs19 fileutils grep newlib" + alpha-dec-osf*) + # ld works, but does not support shared libraries. emacs doesn't + # work. newlib is not 64 bit ready. I'm not sure about emacs19, + # fileutils or grep. + noconfigdirs="$noconfigdirs ld emacs emacs19 fileutils grep newlib" ;; alpha*-*-*) + # newlib is not 64 bit ready noconfigdirs="$noconfigdirs newlib" ;; h8300*-*-* | \ |