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 | |
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')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3584,7 +3584,7 @@ case "${target}" in fi ;; tic6x-*-*) - noconfigdirs="$noconfigdirs gdb sim" + noconfigdirs="$noconfigdirs sim" ;; tilepro-*-* | tilegx-*-*) noconfigdirs="$noconfigdirs sim" |