mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
* ltconfig.in (irix5*, hardcode_libdir_separator): set it to a
colon, because on IRIX 5 only the last -rpath switch prevails, and it can be a list of colon-separated directories. This change will affect irix6 too, but that's not a problem.
This commit is contained in:
parent
5928e7de8f
commit
b103f3d203
@ -1,5 +1,10 @@
|
||||
1999-02-08 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltconfig.in (irix5*, hardcode_libdir_separator): set it to a
|
||||
colon, because on IRIX 5 only the last -rpath switch prevails, and
|
||||
it can be a list of colon-separated directories. This change will
|
||||
affect irix6 too, but that's not a problem.
|
||||
|
||||
* ltconfig.in (irix5*, library_names_spec): add soname_spec,
|
||||
otherwise we can't dlopen
|
||||
|
||||
|
@ -1230,6 +1230,7 @@ else
|
||||
archive_cmds='$LD -shared -o $lib -soname $soname -set_version $verstring $libobjs $deplibs $linkopts'
|
||||
fi
|
||||
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
||||
hardcode_libdir_separator=:
|
||||
;;
|
||||
|
||||
netbsd*)
|
||||
|
Loading…
Reference in New Issue
Block a user