Commit b028a866 authored by Diego Biurrun's avatar Diego Biurrun

'uname -m' returns IP<number> for MIPS CPUs on IRIX.

Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 19e0e403
...@@ -341,7 +341,7 @@ case "$cpu" in ...@@ -341,7 +341,7 @@ case "$cpu" in
"Power Macintosh"|ppc|powerpc) "Power Macintosh"|ppc|powerpc)
cpu="powerpc" cpu="powerpc"
;; ;;
mips|mipsel) mips|mipsel|IP*)
cpu="mips" cpu="mips"
;; ;;
sun4u|sparc64) sun4u|sparc64)
......
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