* configure.ac (cr16-*-*): Add case for cr16 target and include gdb

as nonconfigurable directories list.
 * configure: Regenerate.
This commit is contained in:
Nick Clifton
2008-04-18 08:45:05 +00:00
parent e950505015
commit dbd35e4df3
3 changed files with 12 additions and 0 deletions

3
configure vendored
View File

@ -2340,6 +2340,9 @@ case "${target}" in
c54x*-*-* | tic54x-*-*)
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
;;
cr16-*-*)
noconfigdirs="$noconfigdirs ${libgcj} gdb"
;;
cris-*-* | crisv32-*-*)
unsupported_languages="$unsupported_languages java"
case "${target}" in