public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Enable libmpx by default on supported target
@ 2015-11-12 15:34 Ilya Enkovich
  2015-11-12 22:31 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Enkovich @ 2015-11-12 15:34 UTC (permalink / raw)
  To: gcc-patches

Hi,

libmpx was added close to release date and therefore was disabled by default for all targets.  This patch enables it by default for supported targets.  Is it OK for trunk?

Thanks,
Ilya
--
2015-11-12  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>

	* configure.ac: Enable libmpx by default.
	* configure: Regenerated.


diff --git a/configure.ac b/configure.ac
index cb6ca24..55f9ab0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -660,7 +660,7 @@ fi
 
 # Enable libmpx on supported systems by request.
 if test -d ${srcdir}/libmpx; then
-    if test x$enable_libmpx = xyes; then
+    if test x$enable_libmpx = x; then
        AC_MSG_CHECKING([for libmpx support])
        if (srcdir=${srcdir}/libmpx; \
                . ${srcdir}/configure.tgt; \
@@ -671,8 +671,6 @@ if test -d ${srcdir}/libmpx; then
        else
            AC_MSG_RESULT([yes])
        fi
-    else
-       noconfigdirs="$noconfigdirs target-libmpx"
     fi
 fi
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Enable libmpx by default on supported target
  2015-11-12 15:34 [PATCH] Enable libmpx by default on supported target Ilya Enkovich
@ 2015-11-12 22:31 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2015-11-12 22:31 UTC (permalink / raw)
  To: Ilya Enkovich, gcc-patches

On 11/12/2015 08:34 AM, Ilya Enkovich wrote:
> Hi,
>
> libmpx was added close to release date and therefore was disabled by default for all targets.  This patch enables it by default for supported targets.  Is it OK for trunk?
>
> Thanks,
> Ilya
> --
> 2015-11-12  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
>
> 	* configure.ac: Enable libmpx by default.
> 	* configure: Regenerated.
OK.
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-12 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12 15:34 [PATCH] Enable libmpx by default on supported target Ilya Enkovich
2015-11-12 22:31 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).