mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
29k/UDI config stuff.
This commit is contained in:
@ -45,8 +45,8 @@ bfd_target=
|
|||||||
case "${target_vendor}" in
|
case "${target_vendor}" in
|
||||||
amd)
|
amd)
|
||||||
case "${target_os}" in
|
case "${target_os}" in
|
||||||
ebmon) bfd_target="ebmon29k"
|
ebmon) bfd_target="ebmon29k" ;;
|
||||||
;;
|
udi) bfd_target="udi29k" ;;
|
||||||
*) echo "bad target_os for amd" ;;
|
*) echo "bad target_os for amd" ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user