diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2004-10-05 13:34:42 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2004-10-05 13:34:42 +0000 |
commit | 1919fe81874f1ef1a80a12a87fdc2404ea380acc (patch) | |
tree | 658d99c9c88224b54f374ca9220a36fe1ef8fc7d /ltcf-c.sh | |
parent | a84fc7f0bcc3f08813cfb660cd8dc680bb46027d (diff) | |
download | gdb-1919fe81874f1ef1a80a12a87fdc2404ea380acc.tar.gz |
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.
Diffstat (limited to 'ltcf-c.sh')
-rw-r--r-- | ltcf-c.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ltcf-c.sh b/ltcf-c.sh index e73ff16f7f8..2b02417c46d 100644 --- a/ltcf-c.sh +++ b/ltcf-c.sh @@ -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' |