svn commit: r215274 - head/share/mk

Warner Losh imp at FreeBSD.org
Sun Nov 14 01:37:09 UTC 2010


Author: imp
Date: Sun Nov 14 01:37:08 2010
New Revision: 215274
URL: http://svn.freebsd.org/changeset/base/215274

Log:
  This case is actually powerpc specific, and doesn't apply to powerpc64.
  
  Submitted by:	nathanw@

Modified:
  head/share/mk/bsd.cpu.mk

Modified: head/share/mk/bsd.cpu.mk
==============================================================================
--- head/share/mk/bsd.cpu.mk	Sun Nov 14 01:06:10 2010	(r215273)
+++ head/share/mk/bsd.cpu.mk	Sun Nov 14 01:37:08 2010	(r215274)
@@ -114,7 +114,7 @@ _CPUCFLAGS = -march=armv5te -D__XSCALE__
 .  else
 _CPUCFLAGS = -mcpu=${CPUTYPE}
 .  endif
-. elif ${MACHINE_CPUARCH} == "powerpc"
+. elif ${MACHINE_ARCH} == "powerpc"
 .  if ${CPUTYPE} == "e500"
 MACHINE_CPU = booke
 _CPUCFLAGS = -Wa,-me500 -msoft-float


More information about the svn-src-head mailing list