Commit 44be1bd7 authored by mru's avatar mru

accept --cpu=cortex*


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13666 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 91e131d9
...@@ -1459,7 +1459,7 @@ if test $cpu != "generic"; then ...@@ -1459,7 +1459,7 @@ if test $cpu != "generic"; then
sparc64) sparc64)
add_cflags "-mcpu=v9" add_cflags "-mcpu=v9"
;; ;;
arm*) arm*|cortex*)
add_cflags "-mcpu=$cpu" 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