Specify .cpu cortex-a15

When building with clang without this change, as errors out saying pldw
is an unsupported instruction (because it isn't part of the ARMv7 core
instruction set).
Let as know using pldw is fine.

Change-Id: Ie1f9c4b873e93ab2b3b374d2d46e476a4e581710
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
This commit is contained in:
Bernhard Rosenkränzer 2014-11-30 22:17:30 +01:00
parent 7602628e97
commit ce46f5576a
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
* memset() returns its first argument.
*/
.cpu cortex-a15
.fpu neon
.syntax unified