mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-23 17:23:29 +08:00
Fix checkin botch.
This commit is contained in:
parent
92732c2789
commit
588d21ac35
@ -63,7 +63,7 @@ i386)
|
|||||||
*)
|
*)
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
sysv4*) my_host=i386v4 ;;
|
sysv4*) my_host=i386v4 ;;
|
||||||
sysv*) my_host=i386v ;;
|
sysv* | scosysv*) my_host=i386v ;;
|
||||||
mach*) my_host=i386mach ;;
|
mach*) my_host=i386mach ;;
|
||||||
msdos*) my_host=dose ;;
|
msdos*) my_host=dose ;;
|
||||||
esac
|
esac
|
||||||
@ -125,7 +125,7 @@ unknown)
|
|||||||
case "${target_os}" in
|
case "${target_os}" in
|
||||||
bsd) bfd_target=${target_cpu}-aout ;;
|
bsd) bfd_target=${target_cpu}-aout ;;
|
||||||
sysv4*) bfd_target=${target_cpu}-elf ;;
|
sysv4*) bfd_target=${target_cpu}-elf ;;
|
||||||
sysv*) bfd_target=${target_cpu}-coff ;;
|
sysv* | scosysv*) bfd_target=${target_cpu}-coff ;;
|
||||||
none) case "${target_cpu}" in
|
none) case "${target_cpu}" in
|
||||||
tahoe | vax) bfd_target=${target_cpu} ;;
|
tahoe | vax) bfd_target=${target_cpu} ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user