Browse code

ARM: add -marm flag since we do not support Thumb

Originally committed as revision 20144 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2009/10/02 17:41:52
Showing 1 changed files
... ...
@@ -2091,6 +2091,8 @@ od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
2091 2091
 
2092 2092
 if enabled arm; then
2093 2093
 
2094
+    check_cflags -marm
2095
+
2094 2096
     check_ld <<EOF && enable vfp_args
2095 2097
 __asm__ (".eabi_attribute 28, 1");
2096 2098
 int main(void) { return 0; }