summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 3b3e8606c9..2dd5bf976c 100755
--- a/configure
+++ b/configure
@@ -1048,6 +1048,9 @@ if test $tune != "generic"; then
i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona|athlon64|k8|opteron|athlon-fx)
CFLAGS="$CFLAGS -march=$tune"
;;
+ sparc64)
+ CFLAGS="$CFLAGS -mcpu=ultrasparc -mtune=ultrasparc"
+ ;;
*)
echo "WARNING: Unknown CPU \"$tune\", ignored."
;;