TI C54x target added.

This commit is contained in:
Tim Wall
2000-06-20 13:59:03 +00:00
parent a7874ee305
commit e33e653239
3 changed files with 14 additions and 2 deletions

View File

@@ -613,6 +613,9 @@ case "${target}" in
c4x-*-*)
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
;;
c54x*-*-* | tic54x-*-*)
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss gcc gdb newlib"
;;
thumb-*-coff)
noconfigdirs="$noconfigdirs target-libgloss"
;;