diff options
author | Yao Qi <yao@codesourcery.com> | 2011-02-11 09:57:25 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-02-11 09:57:25 +0000 |
commit | 4f3e6fb7a0a03de50862ea7f19a45de4303bcdc1 (patch) | |
tree | 1db0a19e62952ad71aa38816b03cd51362754bc5 /gdb/configure.ac | |
parent | 00a9652c1bb9e6720587b9a3133518b7de8f8623 (diff) | |
download | gdb-4f3e6fb7a0a03de50862ea7f19a45de4303bcdc1.zip gdb-4f3e6fb7a0a03de50862ea7f19a45de4303bcdc1.tar.gz gdb-4f3e6fb7a0a03de50862ea7f19a45de4303bcdc1.tar.bz2 |
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.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index d2b75f6..f31ef2a 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, |