comparison configure @ 10856:503fb8a04360

patch by Guido Guenther <agx@sigxcpu.org>: "detects the ppc 7455 CPU and treats it as 7450"
author pl
date Fri, 12 Sep 2003 15:52:57 +0000
parents 3e9bbf83bd6e
children 5e5f230b102d
comparison
equal deleted inserted replaced
10855:eeae5c1b8fff 10856:503fb8a04360
858 esac 858 esac
859 # gcc 3.1(.1) and up supports 7400 and 7450 859 # gcc 3.1(.1) and up supports 7400 and 7450
860 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1"; then 860 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1"; then
861 case "$proc" in 861 case "$proc" in
862 7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;; 862 7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;;
863 7450*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;; 863 7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
864 *) ;; 864 *) ;;
865 esac 865 esac
866 fi 866 fi
867 fi 867 fi
868 echores "$proc" 868 echores "$proc"