diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2003-08-14 04:18:13 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-08-14 04:18:13 +0000 |
commit | c5d190371ba33d6b23cd39876baa3d999267614a (patch) | |
tree | c51db0c9fea34015440be21dc96724015ac642df /gcc/config.gcc | |
parent | 4da6879c75da767a09b28a1e36fa19ae807738e5 (diff) | |
download | gcc-c5d190371ba33d6b23cd39876baa3d999267614a.zip gcc-c5d190371ba33d6b23cd39876baa3d999267614a.tar.gz gcc-c5d190371ba33d6b23cd39876baa3d999267614a.tar.bz2 |
config.gcc (iq2000*-*-elf*): Don't set xm_file.
* config.gcc (iq2000*-*-elf*): Don't set xm_file.
* config/iq2000/xm-iq2000.h: Delete file.
From-SVN: r70428
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 20344d2..83f4bb7 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1300,7 +1300,6 @@ 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*) |