From: Stu Grossman Date: Fri, 31 Jan 1992 00:32:38 +0000 (+0000) Subject: Fix checkin botch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=588d21ac357f62ae8baae9fa2de613f207f48893;p=binutils-gdb.git Fix checkin botch. --- diff --git a/bfd/configure.in b/bfd/configure.in index c475f68b994..1cc5f14508c 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -63,7 +63,7 @@ i386) *) case "${host_os}" in sysv4*) my_host=i386v4 ;; - sysv*) my_host=i386v ;; + sysv* | scosysv*) my_host=i386v ;; mach*) my_host=i386mach ;; msdos*) my_host=dose ;; esac @@ -125,7 +125,7 @@ unknown) case "${target_os}" in bsd) bfd_target=${target_cpu}-aout ;; sysv4*) bfd_target=${target_cpu}-elf ;; - sysv*) bfd_target=${target_cpu}-coff ;; + sysv* | scosysv*) bfd_target=${target_cpu}-coff ;; none) case "${target_cpu}" in tahoe | vax) bfd_target=${target_cpu} ;; esac