drop gdb mask for Blackfin targets
Now that gdb supports Blackfin targets, no need to mask it. Signed-off-by: Jie Zhang <jie.zhang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> From-SVN: r168943
This commit is contained in:
parent
9e7955b2d3
commit
fb70168707
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-01-18 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
|
||||
* configure: Regenerate.
|
||||
|
||||
2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* ltmain.sh (relink): Use absolute path when hardcoding with -L.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -3260,7 +3260,7 @@ case "${target}" in
|
|||
;;
|
||||
bfin-*-*)
|
||||
unsupported_languages="$unsupported_languages java"
|
||||
noconfigdirs="$noconfigdirs target-boehm-gc gdb"
|
||||
noconfigdirs="$noconfigdirs target-boehm-gc"
|
||||
if test x${is_cross_compiler} != xno ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
|
|
|
@ -711,7 +711,7 @@ case "${target}" in
|
|||
;;
|
||||
bfin-*-*)
|
||||
unsupported_languages="$unsupported_languages java"
|
||||
noconfigdirs="$noconfigdirs target-boehm-gc gdb"
|
||||
noconfigdirs="$noconfigdirs target-boehm-gc"
|
||||
if test x${is_cross_compiler} != xno ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue