Merge from gcc:
2011-08-14 Yao Qi <yao@codesourcery.com> * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs. * configure: Regenerate.
This commit is contained in:
parent
f8b8b1be3c
commit
a2ffbf1e80
|
@ -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"
|
||||
|
|
|
@ -1020,7 +1020,7 @@ case "${target}" in
|
|||
fi
|
||||
;;
|
||||
tic6x-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb sim"
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
;;
|
||||
tilepro-*-* | tilegx-*-*)
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
|
|
Loading…
Reference in New Issue