From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: gdb-patches@sourceware.org
Cc: Tom Tromey <tromey@redhat.com>
Subject: [commit#2] [RFC patch] non-release srctrees: --enable-targets=all & 64bit & -lmcheck
Date: Wed, 06 Jun 2012 18:06:00 -0000 [thread overview]
Message-ID: <20120606165759.GA23673@host2.jankratochvil.net> (raw)
In-Reply-To: <20120601182135.GA8348@host2.jankratochvil.net>
On Fri, 01 Jun 2012 20:21:35 +0200, Jan Kratochvil wrote:
> http://sourceware.org/ml/gdb-cvs/2012-06/msg00005.html
>
> --- src/gdb/ChangeLog 2012/06/01 16:37:56 1.14309
> +++ src/gdb/ChangeLog 2012/06/01 18:20:16 1.14310
> @@ -1,3 +1,11 @@
> +2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
> +
> + * configure.ac (development): Define new variable.
> + Call AC_CHECK_LIB for mcheck if $development.
> + (ERROR_ON_WARNING): Enable it by default only if $development.
> + * config.in: Regenerate.
> + * configure: Regenerate.
I have found accidentally the 'configure' part does not contain
the 'development=true' statement. Currently it works as if it was set but it
could not be disabled after 7.5 stable branching.
Checked in.
Sorry,
Jan
http://sourceware.org/ml/gdb-cvs/2012-06/msg00047.html
--- src/gdb/ChangeLog 2012/06/06 06:04:42 1.14330
+++ src/gdb/ChangeLog 2012/06/06 16:57:34 1.14331
@@ -1,3 +1,8 @@
+2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * configure.ac: Move development=true below AC_INIT.
+ * configure: Regenerate.
+
2012-06-05 Stan Shebs <stan@codesourcery.com>
* mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
--- src/gdb/configure 2012/06/01 18:20:18 1.366
+++ src/gdb/configure 2012/06/06 16:57:36 1.367
@@ -2683,6 +2683,11 @@
+# Provide more thorough testing by -lmcheck.
+# Set it to 'true' for development snapshots, 'false' for releases or
+# pre-releases.
+development=true
+
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
--- src/gdb/configure.ac 2012/06/01 18:20:18 1.177
+++ src/gdb/configure.ac 2012/06/06 16:57:38 1.178
@@ -18,16 +18,16 @@
dnl Process this file with autoconf to produce a configure script.
-dnl Provide more thorough testing by -lmcheck.
-dnl Set it to 'true' for development snapshots, 'false' for releases or
-dnl pre-releases.
-development=true
-
AC_PREREQ(2.59)dnl
AC_INIT(main.c)
AC_CONFIG_HEADER(config.h:config.in)
AM_MAINTAINER_MODE
+# Provide more thorough testing by -lmcheck.
+# Set it to 'true' for development snapshots, 'false' for releases or
+# pre-releases.
+development=true
+
AC_PROG_CC
AC_USE_SYSTEM_EXTENSIONS
ACX_LARGEFILE
next prev parent reply other threads:[~2012-06-06 18:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-18 21:14 Jan Kratochvil
2012-05-20 13:59 ` Alan Modra
2012-05-20 14:10 ` Jan Kratochvil
2012-06-01 16:12 ` Tom Tromey
2012-06-01 18:21 ` [gdb commit] " Jan Kratochvil
2012-06-06 18:06 ` Jan Kratochvil [this message]
2012-07-20 14:01 ` H.J. Lu
2012-07-23 14:43 ` Tom Tromey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120606165759.GA23673@host2.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=tromey@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox