sun2 can't make gdb anymore. there is no gmp because no gcc.
This commit is contained in:
parent
70a10ac32a
commit
d0b5c4dbc0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk,v 1.1354 2023/08/11 20:29:17 christos Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.1355 2023/08/13 21:17:05 christos Exp $
|
||||
|
||||
# This needs to be before bsd.init.mk
|
||||
.if defined(BSD_MK_COMPAT_FILE)
|
||||
|
@ -81,6 +81,7 @@ HAVE_GCC?= 10
|
|||
# Platforms that can't run a modern GCC natively
|
||||
.if ${MACHINE_ARCH} == "m68000"
|
||||
MKGCCCMDS?= no
|
||||
MGGDB?= no
|
||||
.endif
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue