summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 91919e95c2..413f412f0f 100755
--- a/configure
+++ b/configure
@@ -1225,7 +1225,7 @@ EOF
if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "1" || test "$_cc_major" -ge "4"; then
case "$proc" in
7400*|7410*) _march='-mcpu=7400' _mcpu='-mtune=7400' ;;
- 7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
+ 7447*|7450*|7455*) _march='-mcpu=7450' _mcpu='-mtune=7450' ;;
*) ;;
esac
fi