public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Bryan Hundven <bryanhundven@gmail.com>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: crossgcc@sourceware.org,	Bryan Hundven <bryanhundven@gmail.com>
Subject: [PATCH 5/5] config/gcc: Disable CC_GCC_LIBSANITIZER for musl-libc
Date: Thu, 04 Sep 2014 20:57:00 -0000	[thread overview]
Message-ID: <1409864217-17035-5-git-send-email-bryanhundven@gmail.com> (raw)
In-Reply-To: <1409864217-17035-1-git-send-email-bryanhundven@gmail.com>

Disable libsanitizer for musl-libc.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
---
 config/cc/gcc.in.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index 1b9515c..b088515 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -148,7 +148,7 @@ config CC_GCC_LIBSANITIZER
     prompt "Compile libsanitizer"
     depends on CC_GCC_HAS_LIBSANITIZER
     depends on THREADS_NATIVE
-    depends on ! LIBC_uClibc # Currently lacks required headers (like netrom.h)
+    depends on ! LIBC_uClibc && ! LIBC_musl # Currently lacks required headers (like netrom.h)
     help
       libsanitizer is a library which provides run-time sanitising of either
       or both of:
-- 
2.1.0


--
For unsubscribe information see http://sourceware.org/lists.html#faq

  parent reply	other threads:[~2014-09-04 20:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04 20:57 [PATCH 1/5] libc/musl: Remove gcc core pass-1 from musl-libc build Bryan Hundven
2014-09-04 20:57 ` [PATCH 4/5] libc/musl: Add config option for extra developer warnings Bryan Hundven
2014-09-04 20:57 ` Bryan Hundven [this message]
2014-09-04 20:57 ` [PATCH 2/5] libc/musl: Add options for optimization Bryan Hundven
2014-09-04 21:24   ` Yann E. MORIN
2014-09-04 20:57 ` [PATCH 3/5] libc/musl: Add config option for debugging info Bryan Hundven
2014-09-04 22:35   ` Yann E. MORIN
2014-09-04 22:33 ` [PATCH 1/5] libc/musl: Remove gcc core pass-1 from musl-libc build Yann E. MORIN
2014-09-05  6:34 [PATCH v3 0/5] Add musl-libc options Bryan Hundven
2014-09-05  6:34 ` [PATCH 5/5] config/gcc: Disable CC_GCC_LIBSANITIZER for musl-libc Bryan Hundven

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=1409864217-17035-5-git-send-email-bryanhundven@gmail.com \
    --to=bryanhundven@gmail.com \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@free.fr \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).