Commit 4f24e1c0 authored by mru's avatar mru

configure: add Alpha CPU types

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16573 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 77a1587b
......@@ -1687,6 +1687,9 @@ if test $cpu != "generic"; then
arm*)
add_cflags -mcpu=$cpu
;;
ev4|ev45|ev5|ev56|pca56|ev6|ev67)
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