GCC doesn't segfault anymore while building world with -mcpu=xscale, so use it.
This commit is contained in:
parent
ae26a6fdf6
commit
f097220f19
@ -103,9 +103,7 @@ _ICC_CPUCFLAGS =
|
||||
_CPUCFLAGS = -march=${CPUTYPE}
|
||||
. elif ${MACHINE_ARCH} == "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__
|
||||
_CPUCFLAGS = -mcpu=xscale
|
||||
. else
|
||||
_CPUCFLAGS = -mcpu=${CPUTYPE}
|
||||
. endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user