summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-10-02 08:41:52 +0000
committerMåns Rullgård <mans@mansr.com>2009-10-02 08:41:52 +0000
commit50fa82e6d2f16d66b1182c1330e28a0ced7e98af (patch)
tree7683d9a5444464d8d3b5c5e12a69ea229e3c8e58 /configure
parent3fcb5113c6933fd5db55917ecdd54ee6556b0a93 (diff)
ARM: add -marm flag since we do not support Thumb
Originally committed as revision 20144 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index ab71cb3e19..d4dfe32453 100755
--- a/configure
+++ b/configure
@@ -2091,6 +2091,8 @@ od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
if enabled arm; then
+ check_cflags -marm
+
check_ld <<EOF && enable vfp_args
__asm__ (".eabi_attribute 28, 1");
int main(void) { return 0; }