PERFORCE change 124836 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Aug 7 09:30:18 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=124836

Change 124836 by gonzo at 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"


More information about the p4-projects mailing list