OSDN Git Service

ARM: add -marm flag since we do not support Thumb
authorMåns Rullgård <mans@mansr.com>
Fri, 2 Oct 2009 08:41:52 +0000 (08:41 +0000)
committerMåns Rullgård <mans@mansr.com>
Fri, 2 Oct 2009 08:41:52 +0000 (08:41 +0000)
Originally committed as revision 20144 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index ab71cb3..d4dfe32 100755 (executable)
--- 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; }