aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2011-03-09 06:10:40 +0000
committerYao Qi <yao@codesourcery.com>2011-03-09 06:10:40 +0000
commite637a4f593b43a9acde23545c162e708b52a342f (patch)
tree1096ae146166084ee62c2e196c370614ecbbd4ca /gdb/configure
parentf976a05dc4248be8f62c220c490b22eb5798f63b (diff)
downloadgdb-e637a4f593b43a9acde23545c162e708b52a342f.zip
gdb-e637a4f593b43a9acde23545c162e708b52a342f.tar.gz
gdb-e637a4f593b43a9acde23545c162e708b52a342f.tar.bz2
gdb/
2011-03-09 Yao Qi <yao@codesourcery.com> Revert: 2011-02-11 Yao Qi <yao@codesourcery.com> * common/Makefile.in: Add copyright header. 2011-02-11 Yao Qi <yao@codesourcery.com> * Makefile.in: Remove signals.o from COMMON_OBS. Link libcommon.a. * configure.ac: Add common to sub dir. * configure: Regenerate. gdb/gdbserver/ 2011-03-09 Yao Qi <yao@codesourcery.com> Revert: 2011-03-04 Yao Qi <yao@codesourcery.com> * Makefile.in: Remove GNU make feature --directory. 2011-03-05 Yao Qi <yao@codesourcery.com> * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable. (subdir_do): New make target. Copied from gdb/Makefile. (maintainer-clean, realclean, distclean, clean): Call corresponding make targets in common/Makefile. 2011-02-11 Yao Qi <yao@codesourcery.com> * configure.ac: Call AC_PROG_RANLIB. * Makefile.in: Remove signals.o from OBS. Link libcommon.a. * configure: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure
index adf4bef..5ee5ce6 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -993,7 +993,6 @@ YACC
YFLAGS
XMKMF'
ac_subdirs_all='testsuite
-common
gdbtk
multi-ice
gdbserver'
@@ -7889,8 +7888,6 @@ fi
subdirs="$subdirs testsuite"
-subdirs="$subdirs common"
-
# Check whether to support alternative target configurations
# Check whether --enable-targets was given.