Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2010 03:39:37 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 180714 for review
Message-ID:  <201007100339.o6A3dboX061407@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180714?ac=10

Change 180714 by gonzo@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"



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