PERFORCE change 180714 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Jul 10 03:39:38 UTC 2010


http://p4web.freebsd.org/@@180714?ac=10

Change 180714 by gonzo at gonzo_figaro on 2010/07/10 03:39:02

	Stick with softfloat ATM

Affected files ...

.. //depot/projects/avr32/src/lib/libc/Makefile#7 edit

Differences ...

==== //depot/projects/avr32/src/lib/libc/Makefile#7 (text+ko) ====

@@ -69,7 +69,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" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "avr32"
 .include "${.CURDIR}/softfloat/Makefile.inc"
 .endif
 .if ${MK_NIS} != "no"


More information about the p4-projects mailing list