Commit 86beb3aa authored by mru's avatar mru

set -mcpu for ARM


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10595 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b361ae5
......@@ -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