diff options
author | M R Swami Reddy <MR.Swami.Reddy@nsc.com> | 2008-04-18 08:49:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2008-04-18 08:49:16 +0000 |
commit | c993ae60a95a8bb72f38225c3389e637c009f383 (patch) | |
tree | 028077cc62b98ebce0147dc07bf9b209151cf4aa | |
parent | cb91fab00f7d609859c5648466848cc00dd83c69 (diff) | |
download | gcc-c993ae60a95a8bb72f38225c3389e637c009f383.zip gcc-c993ae60a95a8bb72f38225c3389e637c009f383.tar.gz gcc-c993ae60a95a8bb72f38225c3389e637c009f383.tar.bz2 |
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
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.ac | 3 |
3 files changed, 12 insertions, 0 deletions
@@ -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. @@ -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 diff --git a/configure.ac b/configure.ac index f47be29..ccb6240 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |