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 /configure.ac | |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |