From: John Gilmore Date: Wed, 16 Oct 1991 01:45:32 +0000 (+0000) Subject: sparc-64 to sparc-ll X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52bcb9e3ca58615c8f796bea639e65f4307fbe6a;p=binutils-gdb.git sparc-64 to sparc-ll --- diff --git a/bfd/configure.in b/bfd/configure.in index 38c520f2a58..91ef0633358 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -63,7 +63,7 @@ i386) sparc) case "${host_os}" in - sunos64) my_host=sparc-64 ;; + sunos64) my_host=sparc-ll ;; *) my_host=sparc ;; esac ;;