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

* configure.ac (cr16-*-*): Add case for cr16 target and include gdb
   as nonconfigurable directories list.
 * configure: Regenerate.

From-SVN: r134427
This commit is contained in:
M R Swami Reddy 2008-04-18 08:49:16 +00:00 committed by Nick Clifton
parent cb91fab00f
commit c993ae60a9
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
* configure.ac (cr16-*-*): Add case for cr16 target and include gdb
as nonconfigurable directories list.
* configure: Regenerate.
2008-04-14 Ben Elliston <bje@au.ibm.com>
* config.sub, config.guess: Update from upstream sources.

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

View File

@ -602,6 +602,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