Index: gcc/config/arm/lib1funcs.asm =================================================================== --- gcc/config/arm/lib1funcs.asm (revision 156608) +++ gcc/config/arm/lib1funcs.asm (working copy) @@ -95,7 +95,8 @@ see the files COPYING3 and COPYING.RUNTI #endif #if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \ - || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) + || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) \ + || defined(__ARM_ARCH_7EM__) # define __ARM_ARCH__ 7 #endif