Switch to new GNU_ARCH remapper.

This commit is contained in:
tv 1998-05-22 17:19:12 +00:00
parent da925af9ad
commit 53f0465917
2 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1998/05/21 18:43:27 cgd Exp $
# $NetBSD: Makefile,v 1.3 1998/05/22 17:19:12 tv Exp $
#
DIST= ${.CURDIR}/../../dist
@ -20,10 +20,8 @@ CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${TARGET_ARCH} \
.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
# May be overridden in the Makefile.inc above:
TARGET_CPU ?= ${TARGET_ARCH}
SRCS+= ${TARG_CPU_C} ${OBJ_FORMAT_C} ${ATOF_TARG_C}
TARGET_CPU= ${GNU_ARCH.${TARGET_ARCH}}
CPPFLAGS+= -DTARGET_ALIAS=\"${TARGET_CPU}-netbsd\"
CPPFLAGS+= -DTARGET_CPU=\"${TARGET_CPU}\"
CPPFLAGS+= -DTARGET_CANONICAL=\"${TARGET_CPU}-unknown-netbsd\"

View File

@ -1,9 +1,7 @@
# $NetBSD: Makefile.inc,v 1.1 1998/05/19 19:09:32 tv Exp $
# $NetBSD: Makefile.inc,v 1.2 1998/05/22 17:19:12 tv Exp $
TARG_CPU_C= tc-arm.c
OBJ_FORMAT_C= obj-aout.c
ATOF_TARG_C= atof-ieee.c
CPPFLAGS+=-DBFD_ASSEMBLER=1
TARGET_CPU=arm