# HG changeset patch # User diego # Date 1287665901 0 # Node ID 9beacce2d2b50f45954c5b24aacf4131a72eb872 # Parent f7ff9bd542961c8b9066feeb169bcec3ebe6b001 Fix detection of mips processor variants. patch by Graham Gower, graham.gower gmail com diff -r f7ff9bd54296 -r 9beacce2d2b5 configure --- a/configure Thu Oct 21 07:07:00 2010 +0000 +++ b/configure Thu Oct 21 12:58:21 2010 +0000 @@ -2357,7 +2357,7 @@ _optimizing="$proc" ;; - mips) + mips*) arch='mips' iproc='mips'