mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 23:45:34 +08:00
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:
parent
cb91fab00f
commit
c993ae60a9
@ -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
3
configure
vendored
@ -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
Block a user