summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-12-09 20:36:23 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-12-09 20:36:23 +0000
commit22ae8cf4143640775697b9a0c69530245933eb10 (patch)
tree41f15d62eff9adf0b7fcde033af8c91ff9c2cf6e
parentd758645e12915fdf2c89158bc3eed67ed0fc3a5d (diff)
downloademacs-22ae8cf4143640775697b9a0c69530245933eb10.tar.gz
Add Solaris on x86_64.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure5
-rw-r--r--configure.in5
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index da495d9a9b3..603a7fcd257 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
+
+ * configure.in: Add Solaris on x86_64.
+
2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
* config.guess, config.sub: Updated from master source.
diff --git a/configure b/configure
index f9c563fe2d1..100a70c66f9 100755
--- a/configure
+++ b/configure
@@ -2566,8 +2566,9 @@ _ACEOF
;;
*-sun-solaris* \
- | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
- | rs6000-*-solaris2*)
+ | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
+ | x86_64-*-solaris2* | x86_64-*-sunos5* \
+ | powerpc*-*-solaris2* | rs6000-*-solaris2*)
case "${canonical}" in
i[3456]86-*-* ) machine=intel386 ;;
amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
diff --git a/configure.in b/configure.in
index 641bac74b8e..2c5f39ef2a1 100644
--- a/configure.in
+++ b/configure.in
@@ -450,8 +450,9 @@ dnl see the `changequote' comment above.
;;
*-sun-solaris* \
- | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
- | rs6000-*-solaris2*)
+ | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
+ | x86_64-*-solaris2* | x86_64-*-sunos5* \
+ | powerpc*-*-solaris2* | rs6000-*-solaris2*)
case "${canonical}" in
i[3456]86-*-* ) machine=intel386 ;;
amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;