Disallow -mfpu=neon for unsuitable architectures.
authorAndrew Stubbs <ams@codesourcery.com>
Wed, 17 Sep 2014 10:59:54 +0000 (10:59 +0000)
committerAndrew Stubbs <ams@gcc.gnu.org>
Wed, 17 Sep 2014 10:59:54 +0000 (10:59 +0000)
commita3a5ee6efbde701f37130b27dadbcd8493b2a5e5
treeddd56b3cb65400deb78a24020ff238781a104c41
parent7e04aa3b4fb2cdf3da1fb23ff78b870241b5d8fe
Disallow -mfpu=neon for unsuitable architectures.

2014-09-17  Andrew Stubbs  <ams@codesourcery.com>

* config/arm/arm.c (arm_option_override): Reject -mfpu=neon
when architecture is older than ARMv7.

From-SVN: r215321
gcc/ChangeLog
gcc/config/arm/arm.c