diff options
author | Martin Storsjö <martin@martin.st> | 2013-05-26 12:47:33 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-05-27 00:55:33 +0300 |
commit | be7952b5c3ace9aba4a4121d7bb540ac5257594c (patch) | |
tree | 526367872fcc93c1d78a2f26237fd2aab7094ee0 /libavutil/arm | |
parent | 0418cbf081957372f858c4664ba200754982b024 (diff) | |
download | ffmpeg-be7952b5c3ace9aba4a4121d7bb540ac5257594c.tar.gz |
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>
Diffstat (limited to 'libavutil/arm')
-rw-r--r-- | libavutil/arm/asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/arm/asm.S b/libavutil/arm/asm.S index a1817892f0..463820015d 100644 --- a/libavutil/arm/asm.S +++ b/libavutil/arm/asm.S @@ -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 |