comparison configure @ 17645:8db0816a9226

upport another G4 flavour: MPC7447* chips. (MPC7448, MPC7445 and MPC7457 are still not supported currently, but it remains to be seen if they have been used in any real computer.)
author gpoirier
date Sat, 18 Feb 2006 20:04:42 +0000
parents e0ef5688cce7
children 018f1478418a
comparison
equal deleted inserted replaced
17644:87c049a38c36 17645:8db0816a9226
1223 esac 1223 esac
1224 # gcc 3.1(.1) and up supports 7400 and 7450 1224 # gcc 3.1(.1) and up supports 7400 and 7450
1225 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1" || test "$_cc_major" -ge "4"; then 1225 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1" || test "$_cc_major" -ge "4"; then
1226 case "$proc" in 1226 case "$proc" in
1227 7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;; 1227 7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;;
1228 7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;; 1228 7447*|7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
1229 *) ;; 1229 *) ;;
1230 esac 1230 esac
1231 fi 1231 fi
1232 # gcc 3.2 and up supports 970 1232 # gcc 3.2 and up supports 970
1233 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then 1233 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then