Switch to an armv6k cpu, without this clang 3.5 complains "bx lr" is
unsupported as it needs a newer cpu. MFC after: 1 week Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
ef477cd70b
commit
eff4f0ceee
@ -62,7 +62,7 @@
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
.cpu arm1136js
|
||||
.cpu arm1176jz-s
|
||||
|
||||
#if 0
|
||||
#define Invalidate_I_cache(Rtmp1, Rtmp2) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user