diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-07 05:19:55 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-07 05:19:55 +0000 |
commit | 44981bc7c15c48b38f118ab7bbe08201ea7a86b6 (patch) | |
tree | ddc76bce6e20e46bd3518094c4f03280f3274322 /gcc/config/mips/t-elf | |
parent | ba2fed3f8d5a6c839bbae0db43590b36d6588331 (diff) | |
download | gcc-44981bc7c15c48b38f118ab7bbe08201ea7a86b6.tar.gz |
* Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
(s-attrtab); No longer try to use pre-made insn-attrtab file.
* mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
PREMADE_ATTRTAB_MD.
* mips/t-ecoff: Likewise.
* mips/t-elf: Likewise.
* mips/t-mips: Likewise.
* mips/t-osfrose: Likewise.
* mips/t-r3900: Likewise.
* mips/t-svr3: Likewise.
* mips/t-svr4: Likewise.
* mips/t-ultrix: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28566 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/t-elf')
-rw-r--r-- | gcc/config/mips/t-elf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/mips/t-elf b/gcc/config/mips/t-elf index 416e39a7ba0..1ce60499e9e 100644 --- a/gcc/config/mips/t-elf +++ b/gcc/config/mips/t-elf @@ -1,9 +1,5 @@ CONFIG2_H = $(srcdir)/config/mips/ecoff.h -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = |