Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk more Xorg on iyonix building goop



details:   https://anonhg.NetBSD.org/src/rev/28854853cdb7
branches:  trunk
changeset: 445707:28854853cdb7
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Nov 10 01:40:46 2018 +0000

description:
more Xorg on iyonix building goop

diffstat:

 share/mk/bsd.own.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a9e3aaaff6ab -r 28854853cdb7 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Nov 10 01:38:02 2018 +0000
+++ b/share/mk/bsd.own.mk       Sat Nov 10 01:40:46 2018 +0000
@@ -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 @@
 # These platforms use softfloat by default.
 #
 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
-MKSOFTFLOAT?=  yes
+MKSOFTFLOAT?=  no
 .endif
 
 #
@@ -1206,6 +1206,7 @@
     ${MACHINE} == "hpcsh"      || \
     ${MACHINE} == "i386"       || \
     ${MACHINE} == "ibmnws"     || \
+    ${MACHINE} == "iyonix"     || \
     ${MACHINE} == "luna68k"    || \
     ${MACHINE} == "mac68k"     || \
     ${MACHINE} == "macppc"     || \



Home | Main Index | Thread Index | Old Index