reach-over config headers for binutils as on mips.

This commit is contained in:
jonathan 1998-09-28 21:11:21 +00:00
parent bf8783afa4
commit 054397a8ac
5 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile.inc,v 1.1 1998/09/28 21:11:21 jonathan Exp $
TARG_CPU_C= tc-mips.c itbl-ops.c itbl-parse.c itbl-lex.c
OBJ_FORMAT_C= obj-elf.c
ATOF_TARG_C= atof-ieee.c
CPPFLAGS+=-DBFD_ASSEMBLER=1 -I.
SRCS+= itbl-parse.h
YHEADER=1

View File

@ -0,0 +1,3 @@
/* $NetBSD: itbl-cpu.h,v 1.1 1998/09/28 21:11:21 jonathan Exp $ */
#include "itbl-mips.h"

View File

@ -0,0 +1,3 @@
/* $NetBSD: obj-format.h,v 1.1 1998/09/28 21:11:21 jonathan Exp $ */
#include "obj-elf.h"

View File

@ -0,0 +1,3 @@
/* $NetBSD: targ-cpu.h,v 1.1 1998/09/28 21:11:21 jonathan Exp $ */
#include "tc-mips.h"

View File

@ -0,0 +1,3 @@
/* $NetBSD: targ-env.h,v 1.1 1998/09/28 21:11:21 jonathan Exp $ */
#include "te-nbsd.h"