* 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:
Alexandre Oliva 1999-02-08 21:33:17 +00:00 committed by Alexandre Oliva
parent 5928e7de8f
commit b103f3d203
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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*)