sparc-64 to sparc-ll

This commit is contained in:
John Gilmore 1991-10-16 01:45:32 +00:00
parent 7534367a51
commit 52bcb9e3ca
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ i386)
sparc)
case "${host_os}" in
sunos64) my_host=sparc-64 ;;
sunos64) my_host=sparc-ll ;;
*) my_host=sparc ;;
esac
;;