1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

A TARGET_CPU_DEFAULT of xscale for arm results in illegal instructions

during buildworld.  Comment it out for now.
This commit is contained in:
Warner Losh 2006-09-15 05:21:06 +00:00
parent abd7633203
commit 5d20c54439
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162312

View File

@ -6,7 +6,7 @@ TARGET_ARCH?= ${MACHINE_ARCH}
GCC_CPU= alpha
.elif ${TARGET_ARCH} == "arm"
GCC_CPU= arm
TARGET_CPU_DEFAULT= TARGET_CPU_xscale
# TARGET_CPU_DEFAULT= TARGET_CPU_xscale
.if defined(TARGET_BIG_ENDIAN)
CFLAGS+= -DTARGET_ENDIAN_DEFAULT=ARM_FLAG_BIG_END
.endif