2001-10-30 Jeff Johnston <jjohnstn@redhat.com>

* mn10300/asb2305.ld: Added ASB2305 support.
* mn10300/configure: Ditto.
* mn10300/configure.in: Ditto.
2001-09-12  Stan Cox  <scox@redhat.com>
* mn10300/asb2303.ld: New file.  Linker script for the ASB2303
AM33/2.00 board.
* mn10300/configure.in: Add support for asb2303 board script.
This commit is contained in:
Alexandre Oliva
2003-07-10 19:04:33 +00:00
parent e0bec12f55
commit 1e6a9a8cce
5 changed files with 321 additions and 0 deletions

View File

@@ -908,6 +908,11 @@ fi
case "${target}" in
mn10300-*elf)
part_specific_obj=vr4300.o
script_list="eval sim asb2303 asb2305"
bsp_list="libeval.a libcygmon.a"
;;
*)
part_specific_obj=vr4300.o
script_list="eval sim"