mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* configure.in: Handle a29k-*-* hosts, and targets
a29k-*-coff, a29k-*-aout, and a29k-*-sym1.
This commit is contained in:
@ -57,8 +57,15 @@ else
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
rtpc) bfd_host=rtbsd ;;
|
rtpc) bfd_host=rtbsd
|
||||||
tahoe | vax) bfd_host=${host_cpu} ;;
|
;;
|
||||||
|
|
||||||
|
a29k) bfd_host=ultra3
|
||||||
|
;;
|
||||||
|
|
||||||
|
tahoe | vax)
|
||||||
|
bfd_host=${host_cpu}
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -105,6 +112,12 @@ hp)
|
|||||||
none)
|
none)
|
||||||
case "${target_cpu}" in
|
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 ;;
|
||||||
|
sym1) bfd_target=a29k-coff ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Reference in New Issue
Block a user