bsd.cpu.mk: Remove xscale reference
We've retired all the armv5te support, so we don't need this here anymore. Sponsored by: Netflix
This commit is contained in:
+1
-5
@@ -98,11 +98,7 @@ _CPUCFLAGS = -march=${CPUTYPE}
|
|||||||
. elif ${MACHINE_CPUARCH} == "amd64"
|
. elif ${MACHINE_CPUARCH} == "amd64"
|
||||||
_CPUCFLAGS = -march=${CPUTYPE}
|
_CPUCFLAGS = -march=${CPUTYPE}
|
||||||
. elif ${MACHINE_CPUARCH} == "arm"
|
. elif ${MACHINE_CPUARCH} == "arm"
|
||||||
. if ${CPUTYPE} == "xscale"
|
. if ${CPUTYPE:M*soft*} != ""
|
||||||
#XXX: gcc doesn't seem to like -mcpu=xscale, and dies while rebuilding itself
|
|
||||||
#_CPUCFLAGS = -mcpu=xscale
|
|
||||||
_CPUCFLAGS = -march=armv5te -D__XSCALE__
|
|
||||||
. elif ${CPUTYPE:M*soft*} != ""
|
|
||||||
_CPUCFLAGS = -mfloat-abi=softfp
|
_CPUCFLAGS = -mfloat-abi=softfp
|
||||||
. elif ${CPUTYPE} == "cortexa"
|
. elif ${CPUTYPE} == "cortexa"
|
||||||
_CPUCFLAGS = -march=armv7 -mfpu=vfp
|
_CPUCFLAGS = -march=armv7 -mfpu=vfp
|
||||||
|
|||||||
Reference in New Issue
Block a user