5b4146bd4d
* 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. From-SVN: r28566
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
# Exactly the same as t-mips, except we must define SYSTEM_HEADER_DIR
|
|
# to point to the bsd43 include files.
|
|
SYSTEM_HEADER_DIR = /bsd43/usr/include
|
|
|
|
# Suppress building libgcc1.a, since the MIPS compiler port is complete
|
|
# and does not need anything from libgcc1.a.
|
|
LIBGCC1 =
|
|
CROSS_LIBGCC1 =
|