Deleted Added
full compact
defs.mk (344413) defs.mk (344455)
1# $FreeBSD: stable/11/stand/defs.mk 344413 2019-02-21 03:18:12Z kevans $
1# $FreeBSD: stable/11/stand/defs.mk 344455 2019-02-22 03:10:24Z kevans $
2
3.include <src.opts.mk>
4
5WARNS?=1
6
7.if !defined(__BOOT_DEFS_MK__)
8__BOOT_DEFS_MK__=${MFILE}
9

--- 141 unchanged lines hidden (view full) ---

151.if ${MACHINE_ARCH} == "powerpc64"
152CFLAGS+= -mlittle-endian
153.endif
154.endif
155
156#
157# Have a sensible default
158#
2
3.include <src.opts.mk>
4
5WARNS?=1
6
7.if !defined(__BOOT_DEFS_MK__)
8__BOOT_DEFS_MK__=${MFILE}
9

--- 141 unchanged lines hidden (view full) ---

151.if ${MACHINE_ARCH} == "powerpc64"
152CFLAGS+= -mlittle-endian
153.endif
154.endif
155
156#
157# Have a sensible default
158#
159# XXX Do not change the ordering of this chain in this branch. 4th must remain
160# the default for the lifetime of stable/11.
159.if ${MK_FORTH} == "yes"
160LOADER_DEFAULT_INTERP?=4th
161.elif ${MK_LOADER_LUA} == "yes"
162LOADER_DEFAULT_INTERP?=lua
163.else
164LOADER_DEFAULT_INTERP?=simp
165.endif
166LOADER_INTERP?=${LOADER_DEFAULT_INTERP}

--- 45 unchanged lines hidden ---
161.if ${MK_FORTH} == "yes"
162LOADER_DEFAULT_INTERP?=4th
163.elif ${MK_LOADER_LUA} == "yes"
164LOADER_DEFAULT_INTERP?=lua
165.else
166LOADER_DEFAULT_INTERP?=simp
167.endif
168LOADER_INTERP?=${LOADER_DEFAULT_INTERP}

--- 45 unchanged lines hidden ---