mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* configure.in (alpha-*-linux*): Set enable_shared to yes.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@ -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>
|
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>
|
Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
|
||||||
|
|
||||||
|
@ -156,6 +156,7 @@ fi
|
|||||||
if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
|
if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
alpha-dec-osf*) enable_shared=yes ;;
|
alpha-dec-osf*) enable_shared=yes ;;
|
||||||
|
alpha-*-linux*) enable_shared=yes ;;
|
||||||
mips-sgi-irix5*) enable_shared=yes ;;
|
mips-sgi-irix5*) enable_shared=yes ;;
|
||||||
*) enable_shared=no ;;
|
*) enable_shared=no ;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user