diff options
author | imp <imp@FreeBSD.org> | 2006-09-15 05:21:06 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-09-15 05:21:06 +0000 |
commit | 35f71d316ffcfbb768fb65dafa20f846cff14ba6 (patch) | |
tree | 1b372c2ecc2b199503066364231deec9d43c2e42 /gnu/usr.bin/cc | |
parent | 9e400dc51815f922b03887de42495e22ed1b647e (diff) | |
download | FreeBSD-src-35f71d316ffcfbb768fb65dafa20f846cff14ba6.zip FreeBSD-src-35f71d316ffcfbb768fb65dafa20f846cff14ba6.tar.gz |
A TARGET_CPU_DEFAULT of xscale for arm results in illegal instructions
during buildworld. Comment it out for now.
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r-- | gnu/usr.bin/cc/Makefile.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile.tgt b/gnu/usr.bin/cc/Makefile.tgt index 8d3e7b9..6600491 100644 --- a/gnu/usr.bin/cc/Makefile.tgt +++ b/gnu/usr.bin/cc/Makefile.tgt @@ -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 |