Skip to content
Snippets Groups Projects
Commit 50fa82e6 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

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

Originally committed as revision 20144 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3fcb5113
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment