From a37c943bc52b02965de08225c3f83ab1f4e202e0 Mon Sep 17 00:00:00 2001 From: kmacy Date: Mon, 9 Oct 2006 04:58:45 +0000 Subject: buildworld fixes for sun4v not sure why pmap.c is included as it is unchanged Approved by: rwatson (mentor) Reviewed by: jmg --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 951906c..4fda6db 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -107,7 +107,7 @@ TARGET= ${TARGET_ARCH} TARGET?= ${MACHINE} TARGET_ARCH?= ${MACHINE_ARCH} -KNOWN_ARCHES?= amd64 arm i386 i386/pc98 ia64 powerpc sparc64 +KNOWN_ARCHES?= amd64 arm i386 i386/pc98 ia64 powerpc sparc64 sparc64/sun4v .if ${TARGET} == ${TARGET_ARCH} _t= ${TARGET} .else -- cgit v1.1