* configure.ac (cr16-*-*): Add case for cr16 target and include gdb
as nonconfigurable directories list. * configure: Regenerate.
This commit is contained in:
parent
e950505015
commit
dbd35e4df3
|
@ -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 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* configure.ac: Add sparc*-*-* to gold supported targets.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue