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 | |
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')
-rwxr-xr-x | gdb/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure index 5ee5ce6..adf4bef 100755 --- a/gdb/configure +++ b/gdb/configure @@ -993,6 +993,7 @@ YACC YFLAGS XMKMF' ac_subdirs_all='testsuite +common gdbtk multi-ice gdbserver' @@ -7888,6 +7889,8 @@ fi subdirs="$subdirs testsuite" +subdirs="$subdirs common" + # Check whether to support alternative target configurations # Check whether --enable-targets was given. |