Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2008 22:18:07 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 137364 for review
Message-ID:  <200803102218.m2AMI78W054598@repoman.freebsd.org>

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

Change 137364 by imp@imp_paco-paco on 2008/03/10 22:17:22

	Add missing endif.

Affected files ...

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

Differences ...

==== //depot/projects/mips2-jnpr/src/share/mk/bsd.cpu.mk#4 (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?200803102218.m2AMI78W054598>