Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2007 16:30:17 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124836 for review
Message-ID:  <200708071630.l77GUHC5087412@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124836

Change 124836 by gonzo@gonzo_jeeves on 2007/08/07 16:30:09

	o We use softfloat stuff from libgcc, so drop 
	    softfloat support for mips in libc.

Affected files ...

.. //depot/projects/mips2/src/lib/libc/Makefile#5 edit

Differences ...

==== //depot/projects/mips2/src/lib/libc/Makefile#5 (text+ko) ====

@@ -62,7 +62,7 @@
 .include "${.CURDIR}/rpc/Makefile.inc"
 .include "${.CURDIR}/uuid/Makefile.inc"
 .include "${.CURDIR}/xdr/Makefile.inc"
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "mips" 
+.if ${MACHINE_ARCH} == "arm"
 .include "${.CURDIR}/softfloat/Makefile.inc"
 .endif
 .if ${MK_NIS} != "no"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708071630.l77GUHC5087412>