summaryrefslogtreecommitdiffstats
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2011-02-11 09:57:25 +0000
committerYao Qi <yao@codesourcery.com>2011-02-11 09:57:25 +0000
commit4f3e6fb7a0a03de50862ea7f19a45de4303bcdc1 (patch)
tree1db0a19e62952ad71aa38816b03cd51362754bc5 /gdb/configure.ac
parent00a9652c1bb9e6720587b9a3133518b7de8f8623 (diff)
downloadppe42-binutils-4f3e6fb7a0a03de50862ea7f19a45de4303bcdc1.tar.gz
ppe42-binutils-4f3e6fb7a0a03de50862ea7f19a45de4303bcdc1.zip
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. common/ 2011-02-11 Yao Qi <yao@codesourcery.com> Build libcommon.a. * Makefile.in: New. * configure.ac: New. * aclocal.m4: New. * configure: Generate. gdbserver/ 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.ac')
-rw-r--r--gdb/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index d2b75f6375..f31ef2a30e 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -109,6 +109,7 @@ AS_HELP_STRING([--with-relocated-sources=PATH], [automatically relocate this pat
])
AC_CONFIG_SUBDIRS(testsuite)
+AC_CONFIG_SUBDIRS(common)
# Check whether to support alternative target configurations
AC_ARG_ENABLE(targets,
OpenPOWER on IntegriCloud