Commit 6b19786b authored by Måns Rullgård's avatar Måns Rullgård

set -mcpu for ARM

Originally committed as revision 10595 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 53b73365
......@@ -1369,6 +1369,9 @@ if test $cpu != "generic"; then
add_cflags "-mfdpic"
add_ldflags "-mfdpic"
;;
arm*)
add_cflags "-mcpu=$cpu"
;;
*)
echo "WARNING: Unknown CPU \"$cpu\", ignored."
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment