Add m68000 MACHINE_ARCH (for sun2) to big-endian list.
This commit is contained in:
parent
ca3871791b
commit
788aab2192
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.endian.mk,v 1.9 2004/03/14 20:43:20 soren Exp $
|
||||
# $NetBSD: bsd.endian.mk,v 1.10 2004/03/16 14:46:44 he Exp $
|
||||
|
||||
.if !defined(_BSD_ENDIAN_MK_)
|
||||
_BSD_ENDIAN_MK_=1
|
||||
@ -16,6 +16,7 @@ _BSD_ENDIAN_MK_=1
|
||||
TARGET_ENDIANNESS= 1234
|
||||
.elif ${MACHINE_ARCH} == "armeb" || \
|
||||
${MACHINE_ARCH} == "hppa" || \
|
||||
${MACHINE_ARCH} == "m68000" || \
|
||||
${MACHINE_ARCH} == "m68k" || \
|
||||
${MACHINE_ARCH} == "mipseb" || \
|
||||
${MACHINE_ARCH} == "powerpc" || \
|
||||
|
Loading…
Reference in New Issue
Block a user