diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-07-10 19:04:33 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-07-10 19:04:33 +0000 |
commit | 1e6a9a8cced164fee0b5b34d2055b97ea320e0ed (patch) | |
tree | 85e4ea695a2653bfa81f96acdb1664ee293bce22 /libgloss/mn10300/configure | |
parent | e0bec12f55faa823e3f98375ad4c3e7ed36b6898 (diff) | |
download | cygnal-1e6a9a8cced164fee0b5b34d2055b97ea320e0ed.tar.gz cygnal-1e6a9a8cced164fee0b5b34d2055b97ea320e0ed.tar.bz2 cygnal-1e6a9a8cced164fee0b5b34d2055b97ea320e0ed.zip |
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.
Diffstat (limited to 'libgloss/mn10300/configure')
-rwxr-xr-x | libgloss/mn10300/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/mn10300/configure b/libgloss/mn10300/configure index b68250a6b..b814eb16c 100755 --- a/libgloss/mn10300/configure +++ b/libgloss/mn10300/configure @@ -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" |