Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <yao@codesourcery.com>
To: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Cc: <binutils@sourceware.org>
Subject: [PATCH] Regenerate gdb/configure (Re: Skip ld/lto tests if plugins is disabled for binutils?)
Date: Tue, 19 Aug 2014 02:52:00 -0000	[thread overview]
Message-ID: <53F2BAE4.5020504@codesourcery.com> (raw)
In-Reply-To: <20140812131443.GM7047@bubble.grove.modra.org>

On 08/12/2014 09:14 PM, Alan Modra wrote:
>     configury changes to make ld plugin support controlled by --enable-plugins
>     
>     This also makes --enable-plugins default to on for hosts that can
>     support plugins, so we have consistent lto toolchain support.  The
>     ACX_LARGEFILE moves aren't strictly necessary, but are harmless and
>     will be necessary if plugin support is extended to more hosts via
>     libtool's dlopen support.  I started down that path then decided it
>     was more work than I was interested in doing.  (ACX_LARGEFILE invokes
>     AC_PLUGINS.)

The config/plugins.m4 was updated recently by commit
b879806f2fdd2eca7092d7b854d6cbbbbbd0493b.  Various sourceware components
configure files were updated except GDB's.  I run aclocal and autoconf
to update gdb/configure.

I'll push it in in one day or two, if no comments.

-- 
Yao (齐尧)

gdb:

2014-08-19  Yao Qi  <yao@codesourcery.com>

	* configure: Regenerate.
---
 gdb/configure | 45 ++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 38 insertions(+), 7 deletions(-)

diff --git a/gdb/configure b/gdb/configure
index 874922d..0b992ed 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -1482,7 +1482,7 @@ Optional Features:
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-maintainer-mode  enable make rules and dependencies not useful
 			  (and sometimes confusing) to the casual installer
-  --enable-plugins        Enable support for plugins (defaults no)
+  --enable-plugins        Enable support for plugins
   --disable-largefile     omit support for large files
   --enable-targets=TARGETS
                           alternative target configurations
@@ -4090,15 +4090,46 @@ test -n "$target_alias" &&
 # even in directories otherwise not depending on the $plugins option.
 
 
-# Check whether --enable-plugins was given.
+  maybe_plugins=no
+  for ac_header in dlfcn.h
+do :
+  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
+"
+if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_DLFCN_H 1
+_ACEOF
+ maybe_plugins=yes
+fi
+
+done
+
+  for ac_header in windows.h
+do :
+  ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
+"
+if test "x$ac_cv_header_windows_h" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_WINDOWS_H 1
+_ACEOF
+ maybe_plugins=yes
+fi
+
+done
+
+
+  # Check whether --enable-plugins was given.
 if test "${enable_plugins+set}" = set; then :
   enableval=$enable_plugins; case "${enableval}" in
-  yes | "") plugins=yes ;;
-  no) plugins=no ;;
-  *) plugins=yes ;;
- esac
+      no) plugins=no ;;
+      *) plugins=yes
+         if test "$maybe_plugins" != "yes" ; then
+	   as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
+	 fi ;;
+     esac
 else
-  plugins=no
+  plugins=$maybe_plugins
+
 fi
 
 
-- 
1.9.3


       reply	other threads:[~2014-08-19  2:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAHFci2_KGa344-+6LONhwukBjM7ndBNJyXz+RnLtjvMsnVWRow@mail.gmail.com>
     [not found] ` <20140811075538.GE7047@bubble.grove.modra.org>
     [not found]   ` <CAHFci2_QfTSm23oWBZ0x5T1rHQSWHGvCRxT_5b1g-UpqBbgV9A@mail.gmail.com>
     [not found]     ` <20140811125907.GF7047@bubble.grove.modra.org>
     [not found]       ` <CAHFci28bf7N3ELc-n8ObrrVMONPVQsf1QfQSrJXJnD4ESFbB7g@mail.gmail.com>
     [not found]         ` <20140812044529.GI7047@bubble.grove.modra.org>
     [not found]           ` <CAHFci29P5ocjJnkW9bu3BQiLp-ag5s4uozSXH_FitPuXHL4S+Q@mail.gmail.com>
     [not found]             ` <20140812131443.GM7047@bubble.grove.modra.org>
2014-08-19  2:52               ` Yao Qi [this message]
2014-08-19  3:36                 ` Yao Qi
2014-08-19  6:33                   ` Joel Brobecker

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=53F2BAE4.5020504@codesourcery.com \
    --to=yao@codesourcery.com \
    --cc=binutils@sourceware.org \
    --cc=gdb-patches@sourceware.org \
    /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