changeset 19060:b508e7ef1ea8

Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support for this. [1] namely the PPC64 machine over at powerdev.osuosl.org
author gpoirier
date Thu, 13 Jul 2006 13:28:56 +0000
parents 231c0e700597
children 86350b4b8203
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jul 13 13:04:26 2006 +0000
+++ b/configure	Thu Jul 13 13:28:56 2006 +0000
@@ -1267,7 +1267,7 @@
 	# gcc 3.2 and up supports 970
 	if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then
 	    case "$proc" in
-		970*) _march='-mcpu=970' _mcpu='-mtune=970'
+		970*|PPC970*) _march='-mcpu=970' _mcpu='-mtune=970'
                       _def_dcbzl='#undef NO_DCBZL' ;;
     		*) ;;
     	    esac