Commit 1c87777d authored by mru's avatar mru

configure: add some MIPS CPUs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18872 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a043a11e
...@@ -1847,6 +1847,9 @@ if test $cpu != "generic"; then ...@@ -1847,6 +1847,9 @@ if test $cpu != "generic"; then
bf*) bf*)
add_cflags -mcpu=$cpu add_cflags -mcpu=$cpu
;; ;;
mips*|[45]k*|[237]4k*|m4k|r*000|loongson2[ef])
add_cflags -march=$cpu
;;
*) *)
echo "WARNING: Unknown CPU \"$cpu\", ignored." 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