From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12844 invoked by alias); 4 Sep 2014 20:57:11 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 12805 invoked by uid 89); 4 Sep 2014 20:57:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f53.google.com Received: from mail-pa0-f53.google.com (HELO mail-pa0-f53.google.com) (209.85.220.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 04 Sep 2014 20:57:09 +0000 Received: by mail-pa0-f53.google.com with SMTP id fa1so20848155pad.40 for ; Thu, 04 Sep 2014 13:57:06 -0700 (PDT) X-Received: by 10.70.45.41 with SMTP id j9mr12596849pdm.85.1409864226670; Thu, 04 Sep 2014 13:57:06 -0700 (PDT) Received: from fuzzy.hsd1.wa.comcast.net (c-50-135-131-187.hsd1.wa.comcast.net. [50.135.131.187]) by mx.google.com with ESMTPSA id qk2sm70394pbc.18.2014.09.04.13.57.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 04 Sep 2014 13:57:06 -0700 (PDT) From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org, Bryan Hundven Subject: [PATCH 5/5] config/gcc: Disable CC_GCC_LIBSANITIZER for musl-libc Date: Thu, 04 Sep 2014 20:57:00 -0000 Message-Id: <1409864217-17035-5-git-send-email-bryanhundven@gmail.com> In-Reply-To: <1409864217-17035-1-git-send-email-bryanhundven@gmail.com> References: <1409864217-17035-1-git-send-email-bryanhundven@gmail.com> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00002.txt.bz2 Disable libsanitizer for musl-libc. Signed-off-by: Bryan Hundven --- 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