diff options
author | Stan Cox <scox@redhat.com> | 2003-08-08 11:30:25 +0000 |
---|---|---|
committer | Stan Cox <scox@gcc.gnu.org> | 2003-08-08 11:30:25 +0000 |
commit | 6b3d1e471a4de2a93320d1fc14549b4a49223b9d (patch) | |
tree | 7efbd7dd1513de51a841ff21faa6fd8a37df8522 /gcc/config.gcc | |
parent | 3e083bea6c6985eed25a60e506e7af28548f39ec (diff) | |
download | gcc-6b3d1e471a4de2a93320d1fc14549b4a49223b9d.tar.gz |
iq2000: New port.
* config/iq2000: New port.
* config.gcc (iq2000-*-elf): Added.
* doc/install.texi (Specific): Add iq2000 description.
From-SVN: r70245
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 15ff2ce6923..0cb89384ce8 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1296,6 +1296,13 @@ ia64*-*-hpux*) ip2k-*-elf) tm_file="elfos.h ${tm_file}" ;; +iq2000*-*-elf*) + tm_file="iq2000/iq2000.h" + tmake_file=iq2000/t-iq2000 + out_file=iq2000/iq2000.c + xm_file=iq2000/xm-iq2000.h + md_file=iq2000/iq2000.md + ;; m32r-*-elf*) tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" extra_parts="crtinit.o crtfini.o" |