SPARC was missing from the list of GNU_ARCHs.

This commit is contained in:
tv 1998-05-25 23:40:22 +00:00
parent 6b3823ed1a
commit caf92c9d92
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.69 1998/05/22 16:43:42 tv Exp $
# $NetBSD: bsd.own.mk,v 1.70 1998/05/25 23:40:22 tv Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -138,6 +138,7 @@ GNU_ARCH.m68k=m68k
GNU_ARCH.mips=mips
GNU_ARCH.ns32k=ns32k
GNU_ARCH.powerpc=powerpc
GNU_ARCH.sparc=sparc
GNU_ARCH.vax=vax
MACHINE_GNU_ARCH=${GNU_ARCH.${MACHINE_ARCH}}