This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Remove --disable-gdbcli and --disable-gdbmi


> From: Tom Tromey <tom@tromey.com>
> Cc: Tom Tromey <tom@tromey.com>
> Date: Thu, 28 Jun 2018 11:21:32 -0600
> 
> gdb/ChangeLog
> 2018-06-28  Tom Tromey  <tom@tromey.com>
> 
> 	* configure.ac: Remove --disable-gdbcli and --disable-gdbmi.
> 	* configure: Rebuild.
> 	* Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
> 	(SUBDIR_CLI_CFLAGS, SUBDIR_MI_DEPS, SUBDIR_MI_LDFLAGS)
> 	(SUBDIR_MI_CFLAGS): Remove.
> 	(SUBDIR_MI_SRCS): Add mi-common.c.
> 	(SFILES): Use SUBDIR_CLI_SRCS, SUBDIR_MI_SRCS.  Don't mention
> 	mi-common.c.
> 	(COMMON_OBS): Use SUBDIR_CLI_OBS, SUBDIR_MI_OBS.  Don't mention
> 	mi-common.o.
> ---
>  gdb/ChangeLog    | 13 ++++++++++++
>  gdb/Makefile.in  | 15 +++++---------
>  gdb/NEWS         |  5 +++++
>  gdb/configure    | 52 ------------------------------------------------
>  gdb/configure.ac | 42 --------------------------------------
>  5 files changed, 23 insertions(+), 104 deletions(-)

Thanks, the NEWS part is OK.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]