2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>

Merged from GCC / libtool upstream:
	2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
	* ltcf-c.sh (tpf*): Add ld_shlibs=yes.
	* ltcf-cxx.sh (tpf*): Likewise.
	* ltconfig (tpf*): Add TPF OS configuration support.
This commit is contained in:
Ulrich Weigand 2004-10-05 13:34:42 +00:00
parent 998bdd68ff
commit 1763908f7c
4 changed files with 27 additions and 0 deletions

View file

@ -223,6 +223,10 @@ EOF
hardcode_shlibpath_var=no
;;
tpf*)
ld_shlibs=yes
;;
*)
if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'