changeset 32436:9beacce2d2b5

Fix detection of mips processor variants. patch by Graham Gower, graham.gower gmail com
author diego
date Thu, 21 Oct 2010 12:58:21 +0000
parents f7ff9bd54296
children 8d6bd95d0009
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'