Disallow -mfpu=neon for unsuitable architectures.
commit5c4533b07e38d1daebf3677556a946c93ed075b7
authorams <ams@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2014 10:59:54 +0000 (17 10:59 +0000)
committerams <ams@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2014 10:59:54 +0000 (17 10:59 +0000)
treeddd56b3cb65400deb78a24020ff238781a104c41
parent52b609765b1f53a37cebc35e4dcf112d8676b6c9
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215321 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.c