Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7c54c0a0
Commit
7c54c0a0
authored
Dec 09, 2008
by
Dan Nicolaescu
Browse files
Add Solaris on x86_64.
parent
1b8d0b78
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
ChangeLog
ChangeLog
+4
-0
configure
configure
+3
-2
configure.in
configure.in
+3
-2
No files found.
ChangeLog
View file @
7c54c0a0
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>
2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
* config.guess, config.sub: Updated from master source.
* config.guess, config.sub: Updated from master source.
...
...
configure
View file @
7c54c0a0
...
@@ -2566,8 +2566,9 @@ _ACEOF
...
@@ -2566,8 +2566,9 @@ _ACEOF
;;
;;
*-sun-solaris* \
*-sun-solaris* \
| i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
| i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
| rs6000-*-solaris2*)
| x86_64-*-solaris2* | x86_64-*-sunos5* \
| powerpc*-*-solaris2* | rs6000-*-solaris2*)
case "${canonical}" in
case "${canonical}" in
i[3456]86-*-* ) machine=intel386 ;;
i[3456]86-*-* ) machine=intel386 ;;
amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
...
...
configure.in
View file @
7c54c0a0
...
@@ -450,8 +450,9 @@ dnl see the `changequote' comment above.
...
@@ -450,8 +450,9 @@ dnl see the `changequote' comment above.
;;
;;
*-sun-solaris* \
*-sun-solaris* \
| i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
| i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
| rs6000-*-solaris2*)
| x86_64-*-solaris2* | x86_64-*-sunos5* \
| powerpc*-*-solaris2* | rs6000-*-solaris2*)
case "${canonical}" in
case "${canonical}" in
i[3456]86-*-* ) machine=intel386 ;;
i[3456]86-*-* ) machine=intel386 ;;
amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment