2014-09-13 Andrew Stubbs gcc/ * config/arm/arm.h (TARGET_NEON): Ensure target is v7 or higher. Index: gcc/config/arm/arm.h =================================================================== --- gcc/config/arm/arm.h (revision 215228) +++ gcc/config/arm/arm.h (working copy) @@ -323,6 +323,7 @@ and TARGET_HARD_FLOAT to ensure that NEON instructions are available. */ #define TARGET_NEON (TARGET_32BIT && TARGET_HARD_FLOAT \ + && arm_arch7 \ && TARGET_VFP && arm_fpu_desc->neon) /* Q-bit is present. */