From: Chad Cunningham Date: Sat, 27 May 2000 02:20:00 +0000 (+0000) Subject: * ltconfig.in (rhapsody*): New Port. X-Git-Tag: release-1-3d~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718311d9b6bbc128c0adb62f50051d573aa9952d;p=thirdparty%2Flibtool.git * ltconfig.in (rhapsody*): New Port. * ltmain.in (rhapsody*): ditto. --- diff --git a/ChangeLog b/ChangeLog index c9a270e5c..474ed5b03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-27 Chad Cunningham + + * ltconfig.in (rhapsody*): New Port. + * ltmain.in (rhapsody*): ditto. + 2000-05-27 Chris Lattner * ltconfig.in (*-sequent-sysv4): New Port. diff --git a/NEWS b/NEWS index bbd5a622a..024145801 100644 --- a/NEWS +++ b/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. * 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: diff --git a/ltconfig.in b/ltconfig.in index 41a5924df..94d235470 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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' diff --git a/ltmain.in b/ltmain.in index 77bf92ae4..785a9f407 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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 ;;