sparc-64 to sparc-ll

This commit is contained in:
John Gilmore
1991-10-16 01:45:32 +00:00
parent 7534367a51
commit 52bcb9e3ca

View File

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