Module Name: src Committed By: macallan Date: Sat Nov 10 01:40:47 UTC 2018
Modified Files: src/share/mk: bsd.own.mk Log Message: more Xorg on iyonix building goop To generate a diff of this commit: cvs rdiff -u -r1.1078 -r1.1079 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1078 src/share/mk/bsd.own.mk:1.1079 --- src/share/mk/bsd.own.mk:1.1078 Sat Oct 6 18:52:59 2018 +++ src/share/mk/bsd.own.mk Sat Nov 10 01:40:46 2018 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1078 2018/10/06 18:52:59 martin Exp $ +# $NetBSD: bsd.own.mk,v 1.1079 2018/11/10 01:40:46 macallan Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -980,7 +980,7 @@ MKCOMPATMODULES:= no # These platforms use softfloat by default. # .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" -MKSOFTFLOAT?= yes +MKSOFTFLOAT?= no .endif # @@ -1206,6 +1206,7 @@ MKSLJIT= yes ${MACHINE} == "hpcsh" || \ ${MACHINE} == "i386" || \ ${MACHINE} == "ibmnws" || \ + ${MACHINE} == "iyonix" || \ ${MACHINE} == "luna68k" || \ ${MACHINE} == "mac68k" || \ ${MACHINE} == "macppc" || \