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