arm: Only output eabi attributes if building for ELF

This matches the other eabi attribute in the same file. This is
required in order to build for arm/hardfloat with other object
file formats than ELF.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2013-05-26 12:47:33 +03:00
parent 0418cbf081
commit be7952b5c3
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ T sub \rn, \rn, \rm
.endm
#if HAVE_VFP_ARGS
.eabi_attribute 28, 1
ELF .eabi_attribute 28, 1
# define VFP
# define NOVFP @
#else