mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* m4/libtool.m4 (hardcode_shlibpath_var) [darwin7*]: Revert my
hack from 2004-09-30 now that I've removed /lib/hello.la and the tests work properly for me again.
This commit is contained in:
parent
23031a61ab
commit
6ba254ca06
@ -1,4 +1,10 @@
|
|||||||
2004-09-23 Jim Tison <jtison@us.ibm.com>
|
2004-10-02 Gary V. Vaughan <gary@gnu.org>
|
||||||
|
|
||||||
|
* m4/libtool.m4 (hardcode_shlibpath_var) [darwin7*]: Revert my
|
||||||
|
hack from 2004-09-30 now that I've removed /lib/hello.la and the
|
||||||
|
tests work properly for me again.
|
||||||
|
|
||||||
|
2004-10-02 Jim Tison <jtison@us.ibm.com>
|
||||||
|
|
||||||
Initial support for s390x-ibm-tpf:
|
Initial support for s390x-ibm-tpf:
|
||||||
|
|
||||||
|
7
m4/libtool.m4
vendored
7
m4/libtool.m4
vendored
@ -3818,7 +3818,7 @@ _LT_EOF
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
darwin* | rhapsody*)
|
darwin* | rhapsody*)
|
||||||
case $host_os in
|
case "$host_os" in
|
||||||
rhapsody* | darwin1.[[012]])
|
rhapsody* | darwin1.[[012]])
|
||||||
_LT_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
|
_LT_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
|
||||||
;;
|
;;
|
||||||
@ -3836,10 +3836,7 @@ _LT_EOF
|
|||||||
_LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
_LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
||||||
_LT_TAGVAR(hardcode_direct, $1)=no
|
_LT_TAGVAR(hardcode_direct, $1)=no
|
||||||
_LT_TAGVAR(hardcode_automatic, $1)=yes
|
_LT_TAGVAR(hardcode_automatic, $1)=yes
|
||||||
case $host_os in
|
_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
||||||
darwin7.*) _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;;
|
|
||||||
*) _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ;;
|
|
||||||
esac
|
|
||||||
_LT_TAGVAR(whole_archive_flag_spec, $1)=''
|
_LT_TAGVAR(whole_archive_flag_spec, $1)=''
|
||||||
_LT_TAGVAR(link_all_deplibs, $1)=yes
|
_LT_TAGVAR(link_all_deplibs, $1)=yes
|
||||||
if test "$GCC" = yes ; then
|
if test "$GCC" = yes ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user