# HG changeset patch # User gpoirier # Date 1157560292 0 # Node ID 4af3191b288d358090dbc7bf07a5852923e608a7 # Parent 2e37768bdaa86c3c3985623e38f51c64bb0e582c Add support for POWER5 as found on IBM eServer OpenPower 720 (cpuinfo returns POWER5 (gr) diff -r 2e37768bdaa8 -r 4af3191b288d configure --- a/configure Wed Sep 06 16:28:58 2006 +0000 +++ b/configure Wed Sep 06 16:31:32 2006 +0000 @@ -1281,7 +1281,7 @@ # gcc 4.0 and up supports POWER5 if test "$_cc_major" -ge "4"; then case "$proc" in - POWER5) _march='-mcpu=power5' _mcpu='-mtune=power5' ;; + POWER5*) _march='-mcpu=power5' _mcpu='-mtune=power5' ;; *) ;; esac fi