mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
* ltconfig.in (hpux*, hardcode_minus_L): Set to yes.
(hpux*, hardcode_libdir_flag_spec): Do not use +s by default. (hpux*, shlibpath_overrides_runpath): Set to no.
This commit is contained in:
parent
92b238c48e
commit
9d444a66b1
@ -1,5 +1,9 @@
|
||||
1999-04-25 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltconfig.in (hpux*, hardcode_minus_L): Set to yes.
|
||||
(hpux*, hardcode_libdir_flag_spec): Do not use +s by default.
|
||||
(hpux*, shlibpath_overrides_runpath): Set to no.
|
||||
|
||||
* ltconfig.in (irix*, osf*, archive_cmds): Write so_locations
|
||||
within objdir.
|
||||
|
||||
|
21
ltconfig.in
21
ltconfig.in
@ -1258,19 +1258,16 @@ else
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
|
||||
hpux9*)
|
||||
archive_cmds='$rm $objdir/$soname~$LD -b +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib'
|
||||
hardcode_libdir_flag_spec='${wl}+s ${wl}+b ${wl}$libdir'
|
||||
hardcode_libdir_separator=:
|
||||
hardcode_direct=yes
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
;;
|
||||
|
||||
hpux10* | hpux11*)
|
||||
archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linkopts'
|
||||
hardcode_libdir_flag_spec='${wl}+s ${wl}+b ${wl}$libdir'
|
||||
hpux9* | hpux10* | hpux11*)
|
||||
case "$host_os" in
|
||||
hpux9*) archive_cmds='$rm $objdir/$soname~$LD -b +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib' ;;
|
||||
*) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linkopts' ;;
|
||||
esac
|
||||
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
||||
hardcode_libdir_separator=:
|
||||
hardcode_direct=yes
|
||||
hardcode_minus_L=yes # Not in the search PATH, but as the default
|
||||
# location of the library.
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
;;
|
||||
|
||||
@ -1747,7 +1744,7 @@ hpux9* | hpux10* | hpux11*)
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
shlibpath_var=SHLIB_PATH
|
||||
shlibpath_overrides_runpath=yes # +s before +b in hardcode_libdir_flag_spec
|
||||
shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
||||
library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
|
||||
soname_spec='${libname}${release}.sl$major'
|
||||
# HP-UX runs *really* slowly unless shared libraries are mode 555.
|
||||
|
Loading…
Reference in New Issue
Block a user