Browse Source

configure: add some MIPS CPUs

Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård 16 years ago
parent
commit
5b34250da0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      configure

+ 3 - 0
configure

@@ -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."
         ;;