Changed 'i386_coff' to 'i386-coff' to match the real file's name.

This commit is contained in:
Sean Eric Fagan 1991-11-13 22:19:33 +00:00
parent 1b387db37c
commit bf61dec7d8
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ sgi)
;;
none|nyu|sco)
case "${target_cpu}" in
i386) bfd_target=i386_coff ;;
i386) bfd_target=i386-coff ;;
a29k) case "${target_os}" in
aout) bfd_target=a29k-aout ;;
coff) bfd_target=a29k-coff ;;