Source-Changes-D archive

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

Re: CVS commit: src/share/mk



On Sat, Nov 10, 2018 at 01:40:47AM +0000, Michael Lorenz wrote:
> 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

This part:

@@ -980,7 +980,7 @@
 # These platforms use softfloat by default.
 #
 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
-MKSOFTFLOAT?=  yes
+MKSOFTFLOAT?=  no
 .endif
 
 #

is probably not intended and breaks the build for mips64eb.

Martin


Home | Main Index | Thread Index | Old Index