diff options
author | Yao Qi <yao@codesourcery.com> | 2011-08-14 12:28:16 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-08-14 12:28:16 +0000 |
commit | 40ae9136ce2af3d23827628efd088fecbb7dd988 (patch) | |
tree | 52d3172401bbaa6553b23769f22ac7be144fa9ab | |
parent | b3874e1a22c1c3732791df6267c000924328592a (diff) | |
download | gdb-40ae9136ce2af3d23827628efd088fecbb7dd988.zip gdb-40ae9136ce2af3d23827628efd088fecbb7dd988.tar.gz gdb-40ae9136ce2af3d23827628efd088fecbb7dd988.tar.bz2 |
Merge from gcc:
2011-08-14 Yao Qi <yao@codesourcery.com>
* configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 8 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +2011-08-14 Yao Qi <yao@codesourcery.com> + + Merge from gcc: + + 2011-08-14 Yao Qi <yao@codesourcery.com> + * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs. + * configure: Regenerate. + 2011-07-26 Ian Lance Taylor <iant@google.com> Merge from gcc: @@ -3584,7 +3584,7 @@ case "${target}" in fi ;; tic6x-*-*) - noconfigdirs="$noconfigdirs gdb sim" + noconfigdirs="$noconfigdirs sim" ;; tilepro-*-* | tilegx-*-*) noconfigdirs="$noconfigdirs sim" diff --git a/configure.ac b/configure.ac index 4cf1160..337e11d 100644 --- a/configure.ac +++ b/configure.ac @@ -1020,7 +1020,7 @@ case "${target}" in fi ;; tic6x-*-*) - noconfigdirs="$noconfigdirs gdb sim" + noconfigdirs="$noconfigdirs sim" ;; tilepro-*-* | tilegx-*-*) noconfigdirs="$noconfigdirs sim" |