mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-20 14:22:35 +08:00
Change from m88kbcs to m88k-coff
This commit is contained in:
@ -59,6 +59,7 @@ i386)
|
|||||||
*)
|
*)
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
sysv*) my_host=i386v ;;
|
sysv*) my_host=i386v ;;
|
||||||
|
svr4*) my_host=i386v4 ;;
|
||||||
mach*) my_host=i386mach ;;
|
mach*) my_host=i386mach ;;
|
||||||
msdos*) my_host=dose ;;
|
msdos*) my_host=dose ;;
|
||||||
esac
|
esac
|
||||||
@ -114,7 +115,7 @@ case "${target_vendor}" in
|
|||||||
aout | coff | bout | elf) bfd_target=${target_cpu}-${target_vendor} ;;
|
aout | coff | bout | elf) bfd_target=${target_cpu}-${target_vendor} ;;
|
||||||
sony) bfd_target=news ;;
|
sony) bfd_target=news ;;
|
||||||
intel) bfd_target=${target_cpu}-coff ;;
|
intel) bfd_target=${target_cpu}-coff ;;
|
||||||
cbm) bfd_target=${target_cpu}-elf ;;
|
cbm | ncr) bfd_target=${target_cpu}-elf ;;
|
||||||
|
|
||||||
ibm) my_host=rs6000
|
ibm) my_host=rs6000
|
||||||
case "${target_cpu}" in
|
case "${target_cpu}" in
|
||||||
@ -185,13 +186,13 @@ none|nyu|sco)
|
|||||||
;;
|
;;
|
||||||
harris)
|
harris)
|
||||||
case "${target_cpu}" in
|
case "${target_cpu}" in
|
||||||
m88k) bfd_target=m88kbcs ;;
|
m88k) bfd_target=m88k-coff ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
motorola)
|
motorola)
|
||||||
case "${target_cpu}" in
|
case "${target_cpu}" in
|
||||||
m88k) bfd_target=m88kbcs ;;
|
m88k) bfd_target=m88k-coff ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@ -206,6 +207,7 @@ if [ ! -f config/mt-${bfd_target} ] ; then
|
|||||||
echo '***' No file config/mt-${bfd_target}
|
echo '***' No file config/mt-${bfd_target}
|
||||||
fi
|
fi
|
||||||
echo '***' BFD does not support target ${target}
|
echo '***' BFD does not support target ${target}
|
||||||
|
echo '***' Look in bfd/configure.in for supported targets
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
target_makefile_frag=config/mt-${bfd_target}
|
target_makefile_frag=config/mt-${bfd_target}
|
||||||
|
Reference in New Issue
Block a user