From b43c2e895289b20f84fc0c86e25d16ba6e9be29f Mon Sep 17 00:00:00 2001 From: Kevin Kirspel Date: Tue, 24 Jan 2017 09:40:31 -0500 Subject: Adding ARM VFP V2 support --- cpukit/score/cpu/arm/rtems/score/arm.h | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 cpukit/score/cpu/arm/rtems/score/arm.h (limited to 'cpukit/score/cpu/arm/rtems/score/arm.h') diff --git a/cpukit/score/cpu/arm/rtems/score/arm.h b/cpukit/score/cpu/arm/rtems/score/arm.h old mode 100644 new mode 100755 index 666ee54068..f08da1dc57 --- a/cpukit/score/cpu/arm/rtems/score/arm.h +++ b/cpukit/score/cpu/arm/rtems/score/arm.h @@ -58,6 +58,12 @@ extern "C" { #define ARM_MULTILIB_CACHE_LINE_MAX_64 #endif +#if defined(__ARM_ARCH_7A__) \ + || defined(__ARM_ARCH_7M__) \ + || defined(__ARM_ARCH_7EM__) + #define ARM_MULTILIB_HAS_CPACR +#endif + #if !defined(__SOFTFP__) #if defined(__ARM_NEON__) #define ARM_MULTILIB_VFP_D32 -- cgit v1.2.3