ltconfig (osf[345]): Append $major to soname_spec.
* ltconfig (osf[345]): Append $major to soname_spec. Reflect this in library_names_spec. * ltmain.sh (osf): Prefix $major with . for use as extension. boehm-gc: * ltconfig (osf[345]): Append $major to soname_spec. Reflect this in library_names_spec. * ltmain.sh (osf): Prefix $major with . for use as extension. From-SVN: r59306
This commit is contained in:
parent
54d9d34a9b
commit
e6226a2f87
6 changed files with 18 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* ltconfig (osf[345]): Append $major to soname_spec.
|
||||||
|
Reflect this in library_names_spec.
|
||||||
|
* ltmain.sh (osf): Prefix $major with . for use as extension.
|
||||||
|
|
||||||
2002-11-19 Andreas Jaeger <aj@suse.de>
|
2002-11-19 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
|
* libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* ltconfig (osf[345]): Append $major to soname_spec.
|
||||||
|
Reflect this in library_names_spec.
|
||||||
|
* ltmain.sh (osf): Prefix $major with . for use as extension.
|
||||||
|
|
||||||
2002-10-02 Andreas Jaeger <aj@suse.de>
|
2002-10-02 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
|
* include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
|
||||||
|
|
|
@ -2017,8 +2017,8 @@ os2*)
|
||||||
osf3* | osf4* | osf5*)
|
osf3* | osf4* | osf5*)
|
||||||
version_type=osf
|
version_type=osf
|
||||||
need_version=no
|
need_version=no
|
||||||
soname_spec='${libname}${release}.so'
|
soname_spec='${libname}${release}.so$major'
|
||||||
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
|
||||||
shlibpath_var=LD_LIBRARY_PATH
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
# this will be overridden with pass_all, but let us keep it just in case
|
# this will be overridden with pass_all, but let us keep it just in case
|
||||||
deplibs_check_method='file_magic COFF format alpha shared library'
|
deplibs_check_method='file_magic COFF format alpha shared library'
|
||||||
|
|
|
@ -1715,7 +1715,7 @@ compiler."
|
||||||
;;
|
;;
|
||||||
|
|
||||||
osf)
|
osf)
|
||||||
major=`expr $current - $age`
|
major=.`expr $current - $age`
|
||||||
versuffix=".$current.$age.$revision"
|
versuffix=".$current.$age.$revision"
|
||||||
verstring="$current.$age.$revision"
|
verstring="$current.$age.$revision"
|
||||||
|
|
||||||
|
|
4
ltconfig
4
ltconfig
|
@ -1286,8 +1286,8 @@ os2*)
|
||||||
osf3* | osf4* | osf5*)
|
osf3* | osf4* | osf5*)
|
||||||
version_type=osf
|
version_type=osf
|
||||||
need_version=no
|
need_version=no
|
||||||
soname_spec='${libname}${release}.so'
|
soname_spec='${libname}${release}.so$major'
|
||||||
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
|
||||||
shlibpath_var=LD_LIBRARY_PATH
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
|
sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
|
||||||
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
||||||
|
|
|
@ -2606,7 +2606,7 @@ EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
osf)
|
osf)
|
||||||
major=`expr $current - $age`
|
major=.`expr $current - $age`
|
||||||
versuffix=".$current.$age.$revision"
|
versuffix=".$current.$age.$revision"
|
||||||
verstring="$current.$age.$revision"
|
verstring="$current.$age.$revision"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue