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

configure: add some MIPS CPUs

Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6c6dac1d
No related branches found
No related tags found
No related merge requests found
......@@ -1847,6 +1847,9 @@ if test $cpu != "generic"; then
bf*)
add_cflags -mcpu=$cpu
;;
mips*|[45]k*|[237]4k*|m4k|r*000|loongson2[ef])
add_cflags -march=$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