die if MACHINE_ARCH == sh3
This commit is contained in:
parent
1e96402257
commit
180f4678a4
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk,v 1.150 2001/01/04 10:29:11 itojun Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.151 2001/01/04 15:17:41 itojun Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
|
@ -137,6 +137,11 @@ GNU_ARCH.vax=vax
|
|||
@echo Must set MACHINE_ARCH to one of mipseb or mipsel
|
||||
@false
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "sh3"
|
||||
.INIT:
|
||||
@echo Must set MACHINE_ARCH to one of sh3eb or sh3el
|
||||
@false
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
MACHINE_GNU_ARCH=${MACHINE_ARCH}
|
||||
|
|
Loading…
Reference in New Issue