summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 271723760f..641861d047 100755
--- a/configure
+++ b/configure
@@ -1079,7 +1079,7 @@ if test $tune != "generic"; then
CFLAGS="$CFLAGS -march=$tune"
;;
sparc64)
- CFLAGS="$CFLAGS -mcpu=ultrasparc -mtune=ultrasparc"
+ CFLAGS="$CFLAGS -mcpu=v9 -mtune=v9"
;;
*)
echo "WARNING: Unknown CPU \"$tune\", ignored."