mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 00:45:37 +08:00
ck: Use default implementation < ARMv6
This commit is contained in:
parent
f1f0362080
commit
1c2cc5b3f7
@ -51,7 +51,9 @@
|
|||||||
#if __ARM_ARCH >= 6
|
#if __ARM_ARCH >= 6
|
||||||
#include "gcc/arm/ck_pr.h"
|
#include "gcc/arm/ck_pr.h"
|
||||||
#else
|
#else
|
||||||
|
#ifndef __rtems__
|
||||||
#include "gcc/arm/ck_pr_armv4.h"
|
#include "gcc/arm/ck_pr_armv4.h"
|
||||||
|
#endif /* __rtems__ */
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__aarch64__)
|
#elif defined(__aarch64__)
|
||||||
#include "gcc/aarch64/ck_pr.h"
|
#include "gcc/aarch64/ck_pr.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user