diff --git a/ChangeLog b/ChangeLog index c78832544d5..2169d51d811 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-18 Jie Zhang + + * configure.ac (bfin-*-*): Remove gdb from noconfigdirs. + * configure: Regenerate. + 2011-01-13 John David Anglin * ltmain.sh (relink): Use absolute path when hardcoding with -L. diff --git a/configure b/configure index 5e469f4b865..a9a498b0c7a 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index c7a86e2b6db..2ad2625a424 100644 --- a/configure.ac +++ b/configure.ac @@ -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