add sun2
This commit is contained in:
parent
4ee3234649
commit
3c54d3912b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk,v 1.868 2015/08/17 10:06:29 christos Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.869 2015/08/17 10:12:29 christos Exp $
|
||||
|
||||
# This needs to be before bsd.init.mk
|
||||
.if defined(BSD_MK_COMPAT_FILE)
|
||||
|
@ -115,6 +115,7 @@ HAVE_LIBGCC_EH?= yes
|
|||
(${MACHINE_ARCH} == "sparc") || \
|
||||
(${MACHINE_ARCH} == "sparc64") || \
|
||||
(${MACHINE_ARCH} == "alpha") || \
|
||||
(${MACHINE_ARCH} == "sun2") || \
|
||||
(${MACHINE_CPU} == "m68k") || \
|
||||
(${MACHINE_ARCH} == "i386")
|
||||
HAVE_GDB?= 79
|
||||
|
|
Loading…
Reference in New Issue