changeset 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 eeae5c1b8fff
children 608666e629b2
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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