diff options
author | Fred Fish <fnf@specifix.com> | 1996-05-26 22:17:46 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-05-26 22:17:46 +0000 |
commit | 553c179c28eea1b15281bdfd0be86084e434568f (patch) | |
tree | 20a0d2a697d5b3e7ab0ec39269ac1babc54551b1 | |
parent | 88dd1b976c6ac887187d9f1c445cc5c0043b898f (diff) | |
download | gdb-553c179c28eea1b15281bdfd0be86084e434568f.zip gdb-553c179c28eea1b15281bdfd0be86084e434568f.tar.gz gdb-553c179c28eea1b15281bdfd0be86084e434568f.tar.bz2 |
* configure.in (alpha-*-linux*): Set enable_shared to yes.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,14 @@ +Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com> + + * configure.in (alpha-*-linux*): Set enable_shared to yes. + +Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-configure: Handle --enable-FOO and --disable-FOO. + Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com> - * configure.in (*-*-cygwin32): configure make + * configure.in (*-*-cygwin32): Configure make. Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com> diff --git a/configure.in b/configure.in index 1dd3202..95bba36 100644 --- a/configure.in +++ b/configure.in @@ -156,6 +156,7 @@ fi if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then case "${target}" in alpha-dec-osf*) enable_shared=yes ;; + alpha-*-linux*) enable_shared=yes ;; mips-sgi-irix5*) enable_shared=yes ;; *) enable_shared=no ;; esac |