Commit 11c85ebc authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5541 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9393e37e
......@@ -341,7 +341,7 @@ case "$cpu" in
"Power Macintosh"|ppc|powerpc)
cpu="powerpc"
;;
mips|mipsel)
mips|mipsel|IP*)
cpu="mips"
;;
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