This case is actually powerpc specific, and doesn't apply to powerpc64.

Submitted by:	nathanw@
This commit is contained in:
Warner Losh 2010-11-14 01:37:08 +00:00
parent 8d88402858
commit f7ff90d7d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215274

View File

@ -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