diff options
author | Eric Christopher <echristo@redhat.com> | 2005-07-13 18:15:43 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2005-07-13 18:15:43 +0000 |
commit | a8ba31f25dcd8579cb2d004c18c2add2407fb8ba (patch) | |
tree | a13c4da74ac36abdea83ba12425e0a187b227295 /gcc/config.gcc | |
parent | 042216f779e759cde93d77217e0587b895c1e17d (diff) | |
download | gcc-a8ba31f25dcd8579cb2d004c18c2add2407fb8ba.zip gcc-a8ba31f25dcd8579cb2d004c18c2add2407fb8ba.tar.gz gcc-a8ba31f25dcd8579cb2d004c18c2add2407fb8ba.tar.bz2 |
configure.in: Add toplevel noconfigdir support for tpf.
2005-07-13 Eric Christopher <echristo@redhat.com>
* configure.in: Add toplevel noconfigdir support for tpf.
* configure: Regenerate.
2005-07-13 Eric Christopher <echristo@redhat.com>
* config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
static extra parts.
* config/s390/s390.md: Include tpf.md. Move tpf specific
patterns...
* config/s390/tpf.md: To here.
* config/s390/s390.opt: Move tpf specific options...
* config/s390/tpf.opt: to here. Add mmain option.
* config/s390/tpf-unwind.h: Remove unnecessary defines.
* config/s390/tpf.h: Rewrite.
From-SVN: r101982
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 1754468..7fe3068 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1820,14 +1820,15 @@ s390x-*-linux*) tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux64" ;; s390x-ibm-tpf*) - tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h" - tm_p_file=s390/s390-protos.h - md_file=s390/s390.md - extra_modes=s390/s390-modes.def - 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' + tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h" + tm_p_file=s390/s390-protos.h + md_file=s390/s390.md + extra_modes=s390/s390-modes.def + out_file=s390/s390.c + extra_parts="crtbeginS.o crtendS.o" + tmake_file="s390/t-crtstuff s390/t-tpf" + thread_file='tpf' + extra_options="${extra_options} s390/tpf.opt" ;; sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ |