'uname -m' returns IP<number> for MIPS CPUs on IRIX.
Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
19e0e403f3
commit
b028a8667d
2
configure
vendored
2
configure
vendored
@ -341,7 +341,7 @@ case "$cpu" in
|
||||
"Power Macintosh"|ppc|powerpc)
|
||||
cpu="powerpc"
|
||||
;;
|
||||
mips|mipsel)
|
||||
mips|mipsel|IP*)
|
||||
cpu="mips"
|
||||
;;
|
||||
sun4u|sparc64)
|
||||
|
Loading…
x
Reference in New Issue
Block a user