Skip to content
Snippets Groups Projects
Commit 1cd11856 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

configure: add Alpha CPU types

Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8eec0fb6
No related branches found
No related tags found
No related merge requests found
......@@ -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."
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment