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.
+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.
+
2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
* configure.in: Enable target-libgloss for crx-*-*.
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'
;;
esac
;;
+ tpf*)
+ ld_shlibs=yes
+ ;;
unixware*)
# FIXME: insert proper C++ library support
ld_shlibs=no
esac
;;
+tpf*)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $major $libname.so'
+ soname_spec='${libname}${release}.so$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
uts4*)
version_type=linux
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'