# HG changeset patch # User pl # Date 1063381977 0 # Node ID 503fb8a04360c137b040544c17d3da8522b5e319 # Parent eeae5c1b8fffb9e1e05672760a86252e5e7e9ccb patch by Guido Guenther : "detects the ppc 7455 CPU and treats it as 7450" diff -r eeae5c1b8fff -r 503fb8a04360 configure --- a/configure Fri Sep 12 15:50:35 2003 +0000 +++ b/configure Fri Sep 12 15:52:57 2003 +0000 @@ -860,7 +860,7 @@ if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1"; then case "$proc" in 7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;; - 7450*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;; + 7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;; *) ;; esac fi