From 7c54c0a06e3c08636e350f4f0d6a893ed4cef47a Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 9 Dec 2008 20:36:23 +0000 Subject: [PATCH] Add Solaris on x86_64. --- ChangeLog | 4 ++++ configure | 5 +++-- configure.in | 5 +++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index da495d9a9b..603a7fcd25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-09 Ali Bahrami (tiny change) + + * configure.in: Add Solaris on x86_64. + 2008-12-09 Dan Nicolaescu * config.guess, config.sub: Updated from master source. diff --git a/configure b/configure index f9c563fe2d..100a70c66f 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 641bac74b8..2c5f39ef2a 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 ;; -- 2.39.2