diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 20:57:25 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 20:57:25 +0000 |
commit | 3fb25423f9f9186a6b76968f84890380bb12ddc8 (patch) | |
tree | 751016d73a999419b8204b19a6606873284e8f19 /gcc/config.gcc | |
parent | d0f928b5b4eb4e2c1fc5a9279850f694931a1d89 (diff) | |
download | gcc-3fb25423f9f9186a6b76968f84890380bb12ddc8.tar.gz |
2004-09-23 P.J. Darcy <darcypj@us.ibm.com>
gcc/ChangeLog:
* gthr-tpf.h: New file.
* config.gcc (s390x-ibm-tpf*): Add thread_file='tpf'.
* gthr.h: Use gthr-tpf.h on TPF OS.
libstdc++-v3/ChangeLog:
* include/Makefile.am (thread_host_headers): Add gthr-tpf.h.
Add rule to build ${host_builddir}/gthr-tpf.h.
* include/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87982 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 3cc6cdd1f8f..747bcac9577 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1675,6 +1675,7 @@ s390x-ibm-tpf*) extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" out_file=s390/s390.c tmake_file="t-slibgcc-elf-ver s390/t-crtstuff s390/t-tpf" + thread_file='tpf' ;; sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ |