'uname -m' returns IP<number> for MIPS CPUs on IRIX.
authorDiego Biurrun <diego@biurrun.de>
Thu, 29 Jun 2006 07:52:07 +0000 (07:52 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 29 Jun 2006 07:52:07 +0000 (07:52 +0000)
Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 0b6e36d..0ed1373 100755 (executable)
--- a/configure
+++ b/configure
@@ -341,7 +341,7 @@ case "$cpu" in
   "Power Macintosh"|ppc|powerpc)
     cpu="powerpc"
   ;;
-  mips|mipsel)
+  mips|mipsel|IP*)
     cpu="mips"
   ;;
   sun4u|sparc64)