Commit be7952b5 authored by Martin Storsjö's avatar Martin Storsjö

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: 's avatarMartin Storsjö <martin@martin.st>
parent 0418cbf0
...@@ -291,7 +291,7 @@ T sub \rn, \rn, \rm ...@@ -291,7 +291,7 @@ T sub \rn, \rn, \rm
.endm .endm
#if HAVE_VFP_ARGS #if HAVE_VFP_ARGS
.eabi_attribute 28, 1 ELF .eabi_attribute 28, 1
# define VFP # define VFP
# define NOVFP @ # define NOVFP @
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment