* ltconfig.in (rhapsody*): New Port.

* ltmain.in (rhapsody*): ditto.
This commit is contained in:
Chad Cunningham 2000-05-27 02:20:00 +00:00 committed by Gary V. Vaughan
parent 552596338c
commit 718311d9b6
4 changed files with 24 additions and 0 deletions

View File

@ -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>
* ltconfig.in (*-sequent-sysv4): New Port.

1
NEWS
View File

@ -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.
* Improved support for mingw32, Compaq Tru64 V5.0 and Digital Unix V4.*.
* Support for *-sequent-sysv4.
* Support for mac OS X (rhapsody).
* Many bugfixes (especially in libltdl)
New in 1.3.4: 1999-12-08, CVS version 1.3.3a, Libtool team:

View File

@ -1329,6 +1329,12 @@ else
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
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*)
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"
;;
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*)
version_type=osf
soname_spec='${libname}${release}.so$major'

View File

@ -1052,6 +1052,10 @@ compiler."
$echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
fast_install=no
;;
*-*-rhapsody*)
# rhapsody is a little odd...
deplibs="$deplibs -framework System"
;;
*)
no_install=yes
;;