mirror of https://github.com/ARMmbed/mbed-os.git
Drivers: Remove support for ARM Compiler 5
ARM Compiler 5 is no longer actively supported and was superseded in Mbed OS by ARM Compiler 6.pull/12698/head
parent
253e7becaa
commit
e435738cd7
|
@ -644,7 +644,7 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check to see if we can do assembler optimizations */
|
/* Check to see if we can do assembler optimizations */
|
||||||
#if ((defined __GNUC__ || defined __clang__) && !defined __CC_ARM) && \
|
#if (defined __GNUC__ || defined __clang__) && \
|
||||||
(defined __arm__ || defined __ARM_ARCH)
|
(defined __arm__ || defined __ARM_ARCH)
|
||||||
#if (__ARM_ARCH_7M__ == 1U) || \
|
#if (__ARM_ARCH_7M__ == 1U) || \
|
||||||
(__ARM_ARCH_7EM__ == 1U) || \
|
(__ARM_ARCH_7EM__ == 1U) || \
|
||||||
|
|
Loading…
Reference in New Issue