# HG changeset patch # User gpoirier # Date 1152797336 0 # Node ID b508e7ef1ea8013c5d913968a4d059b5d2df2e73 # Parent 231c0e700597630555d3f32e4b13c4de6d6bee45 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 diff -r 231c0e700597 -r b508e7ef1ea8 configure --- 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