mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
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:
parent
0fb33e049a
commit
cc6d72cfcc
1 changed files with 1 additions and 5 deletions
|
|
@ -98,11 +98,7 @@ _CPUCFLAGS = -march=${CPUTYPE}
|
|||
. elif ${MACHINE_CPUARCH} == "amd64"
|
||||
_CPUCFLAGS = -march=${CPUTYPE}
|
||||
. elif ${MACHINE_CPUARCH} == "arm"
|
||||
. if ${CPUTYPE} == "xscale"
|
||||
#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*} != ""
|
||||
. if ${CPUTYPE:M*soft*} != ""
|
||||
_CPUCFLAGS = -mfloat-abi=softfp
|
||||
. elif ${CPUTYPE} == "cortexa"
|
||||
_CPUCFLAGS = -march=armv7 -mfpu=vfp
|
||||
|
|
|
|||
Loading…
Reference in a new issue