mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* libtool.m4: Accept darwin as an alias for rhapsody.
* ltmain.in: ditto.
This commit is contained in:
parent
181f4634b7
commit
e8a4133706
@ -1,5 +1,8 @@
|
||||
2000-12-16 Sascha Schumann <sascha@schumann.cx>
|
||||
|
||||
* libtool.m4: Accept darwin as an alias for rhapsody.
|
||||
* ltmain.in: ditto.
|
||||
|
||||
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20
|
||||
methods to check for library dependencies on HPUX 11.
|
||||
|
||||
|
4
libtool.m4
vendored
4
libtool.m4
vendored
@ -1549,7 +1549,7 @@ else
|
||||
hardcode_libdir_flag_spec='-rpath $libdir'
|
||||
hardcode_libdir_separator=:
|
||||
;;
|
||||
rhapsody*)
|
||||
rhapsody*|darwin*)
|
||||
archive_cmds='$CC -bundle -undefined suppress -o $lib $libobjs $deplibs $linker_flags'
|
||||
hardcode_libdir_flags_spec='-L$libdir'
|
||||
hardcode_direct=yes
|
||||
@ -1963,7 +1963,7 @@ osf3* | osf4* | osf5*)
|
||||
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
||||
;;
|
||||
|
||||
rhapsody*)
|
||||
rhapsody*|darwin*)
|
||||
version_type=sunos
|
||||
library_names_spec='${libname}.so'
|
||||
soname_spec='${libname}.so'
|
||||
|
Loading…
Reference in New Issue
Block a user