This case is actually powerpc specific, and doesn't apply to powerpc64.
Submitted by: nathanw@
This commit is contained in:
parent
6011bea49b
commit
b362a902a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user