summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorDavid Miller <devnull@localhost>2013-03-06 12:33:38 +0100
committerDavid Miller <devnull@localhost>2013-03-06 12:33:38 +0100
commit3f96080a0ea23db7dfaec7c5b923e49f949e61db (patch)
treebe385a4387c0fd5d8a5f48e040eafd9e650f30ba /config.guess
parentf48dc0296a0cde8f0d5b5416fe286b06c15c65f6 (diff)
downloadgmp-3f96080a0ea23db7dfaec7c5b923e49f949e61db.tar.gz
Major Utrasparc T3/T4 improvements.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 7147bf6dd..bcd1d89f9 100755
--- a/config.guess
+++ b/config.guess
@@ -581,6 +581,8 @@ sparc-*-* | sparc64-*-*)
elif grep 'cpu.*MB86904' /proc/cpuinfo >/dev/null; then
# actually MicroSPARC-II
exact_cpu=microsparc
+ elif grep 'cpu.*UltraSparc T4' /proc/cpuinfo >/dev/null; then
+ exact_cpu="ultrasparct4"
elif grep 'cpu.*UltraSparc T3' /proc/cpuinfo >/dev/null; then
exact_cpu="ultrasparct3"
elif grep 'cpu.*UltraSparc T2' /proc/cpuinfo >/dev/null; then