Commit b6565db2 authored by mru's avatar mru

ARM: allow --cpu=armvN in configure

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15659 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d3149463
......@@ -1516,6 +1516,9 @@ if test $cpu != "generic"; then
add_cflags "-mcpu=$cpu"
enable fast_unaligned
;;
armv*)
add_cflags "-march=$cpu"
;;
arm*)
add_cflags "-mcpu=$cpu"
;;
......
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