build a sparc64 assembler.

This commit is contained in:
mrg 1998-11-23 09:40:27 +00:00
parent 009d565122
commit dfc88dfc2b
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# $NetBSD: Makefile.inc,v 1.1 1998/11/23 09:40:27 mrg Exp $
TARG_CPU_C= tc-sparc.c
OBJ_FORMAT_C= obj-elf.c
ATOF_TARG_C= atof-ieee.c
CPPFLAGS+=-DBFD_ASSEMBLER=1

View File

@ -0,0 +1 @@
#include "obj-elf.h"

View File

@ -0,0 +1 @@
#include "tc-sparc.h"

View File

@ -0,0 +1 @@
#include "te-nbsd.h"