mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* ltconfig.in (rhapsody*): New Port.
* ltmain.in (rhapsody*): ditto.
This commit is contained in:
parent
552596338c
commit
718311d9b6
@ -1,3 +1,8 @@
|
|||||||
|
2000-05-27 Chad Cunningham <ccunning@math.ohio-state.edu>
|
||||||
|
|
||||||
|
* ltconfig.in (rhapsody*): New Port.
|
||||||
|
* ltmain.in (rhapsody*): ditto.
|
||||||
|
|
||||||
2000-05-27 Chris Lattner <sabre@skylab.org>
|
2000-05-27 Chris Lattner <sabre@skylab.org>
|
||||||
|
|
||||||
* ltconfig.in (*-sequent-sysv4): New Port.
|
* ltconfig.in (*-sequent-sysv4): New Port.
|
||||||
|
1
NEWS
1
NEWS
@ -21,6 +21,7 @@ New in 1.3d: 2000-??-??; CVS version 1.3c, Libtool team:
|
|||||||
* m4 macros needed to configure libltdl split out into libltdl/ltdl.m4.
|
* m4 macros needed to configure libltdl split out into libltdl/ltdl.m4.
|
||||||
* Improved support for mingw32, Compaq Tru64 V5.0 and Digital Unix V4.*.
|
* Improved support for mingw32, Compaq Tru64 V5.0 and Digital Unix V4.*.
|
||||||
* Support for *-sequent-sysv4.
|
* Support for *-sequent-sysv4.
|
||||||
|
* Support for mac OS X (rhapsody).
|
||||||
* Many bugfixes (especially in libltdl)
|
* Many bugfixes (especially in libltdl)
|
||||||
|
|
||||||
New in 1.3.4: 1999-12-08, CVS version 1.3.3a, Libtool team:
|
New in 1.3.4: 1999-12-08, CVS version 1.3.3a, Libtool team:
|
||||||
|
14
ltconfig.in
14
ltconfig.in
@ -1329,6 +1329,12 @@ else
|
|||||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
||||||
hardcode_libdir_separator=:
|
hardcode_libdir_separator=:
|
||||||
;;
|
;;
|
||||||
|
rhapsody*)
|
||||||
|
archive_cmds='$CC -bundle -undefined suppress -o $lib $libobjs $deplibs $linkopts'
|
||||||
|
hardcode_libdir_flags_spec='-L$libdir'
|
||||||
|
hardcode_direct=yes
|
||||||
|
hardcode_shlibpath_var=no
|
||||||
|
;;
|
||||||
|
|
||||||
sco3.2v5*)
|
sco3.2v5*)
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
@ -1717,6 +1723,14 @@ osf3* | osf4* | osf5*)
|
|||||||
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
rhapsody*)
|
||||||
|
version_type=sunos
|
||||||
|
library_names_spec='${libname}.so'
|
||||||
|
soname_spec='${libname}.so'
|
||||||
|
shlibpath_var=DYLD_LIBRARY_PATH
|
||||||
|
deplibs_check_method=pass_all
|
||||||
|
;;
|
||||||
|
|
||||||
sco3.2v5*)
|
sco3.2v5*)
|
||||||
version_type=osf
|
version_type=osf
|
||||||
soname_spec='${libname}${release}.so$major'
|
soname_spec='${libname}${release}.so$major'
|
||||||
|
@ -1052,6 +1052,10 @@ compiler."
|
|||||||
$echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
|
$echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
|
||||||
fast_install=no
|
fast_install=no
|
||||||
;;
|
;;
|
||||||
|
*-*-rhapsody*)
|
||||||
|
# rhapsody is a little odd...
|
||||||
|
deplibs="$deplibs -framework System"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
no_install=yes
|
no_install=yes
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user