comparison configure @ 29497:45583990d5dd

Fix detection of mips arch on NetBSD/sgimips. based on a patch by Andrew Randrianasulu, randrik mail ru
author diego
date Wed, 19 Aug 2009 08:47:46 +0000
parents 1abc7bcda064
children 8635f13f0d2e
comparison
equal deleted inserted replaced
29496:a307b7206944 29497:45583990d5dd
1406 parisc*|hppa*|9000*) host_arch=hppa ;; 1406 parisc*|hppa*|9000*) host_arch=hppa ;;
1407 arm*|zaurus|cats) host_arch=arm ;; 1407 arm*|zaurus|cats) host_arch=arm ;;
1408 sh3|sh4|sh4a) host_arch=sh ;; 1408 sh3|sh4|sh4a) host_arch=sh ;;
1409 s390) host_arch=s390 ;; 1409 s390) host_arch=s390 ;;
1410 s390x) host_arch=s390x ;; 1410 s390x) host_arch=s390x ;;
1411 mips*) host_arch=mips ;; 1411 *mips*) host_arch=mips ;;
1412 vax) host_arch=vax ;; 1412 vax) host_arch=vax ;;
1413 xtensa*) host_arch=xtensa ;; 1413 xtensa*) host_arch=xtensa ;;
1414 *) host_arch=UNKNOWN ;; 1414 *) host_arch=UNKNOWN ;;
1415 esac 1415 esac
1416 ;; 1416 ;;