summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-12-08 15:45:59 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-12-08 15:45:59 +0000
commita15fc3c3c2c20b14e8f27e1f15db107ea87ad3bf (patch)
treef57d75a125f61d811322189cf84bf024567eedc6 /configure.in
parentaf46e1330312614ceb2d3cefe174d99944c99f06 (diff)
downloademacs-a15fc3c3c2c20b14e8f27e1f15db107ea87ad3bf.tar.gz
Add support for Solaris 10 on x86-64.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0589d7ee19c..427201491f4 100644
--- a/configure.in
+++ b/configure.in
@@ -951,6 +951,7 @@ dnl see the `changequote' comment above.
m68* ) machine=sun3 ;;
i[3456]86-sun-sunos[34]* ) machine=sun386 ;;
i[3456]86-*-* ) machine=intel386 ;;
+ amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
powerpcle* ) machine=powerpcle ;;
powerpc* | rs6000* ) machine=ibmrs6000 ;;
sparc* ) machine=sparc ;;