Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 13:02:13 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 138422 for review
Message-ID:  <200803241302.m2OD2DZT041065@repoman.freebsd.org>

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

Change 138422 by gonzo@gonzo_jeeves on 2008/03/24 13:02:11

	o Add missing .endif

Affected files ...

.. //depot/projects/mips2-jnpr/src/share/mk/bsd.cpu.mk#7 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/share/mk/bsd.cpu.mk#7 (text+ko) ====

@@ -118,6 +118,7 @@
 .  if ${CPUTYPE} == "e500"
 MACHINE_CPU = booke
 _CPUCFLAGS = -Wa,-me500 -msoft-float
+.  endif
 . elif ${MACHINE_ARCH} == "mips"
 .  if ${CPUTYPE} == "mips64"
 _CPUCFLAGS = -march=mips64



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