From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13107 Path: news.gmane.org!.POSTED!not-for-mail From: Jon Chesterfield Newsgroups: gmane.linux.lib.musl.general Subject: clang/musl/linux? Date: Tue, 7 Aug 2018 14:19:04 +0100 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000098858e0572d83d78" X-Trace: blaine.gmane.org 1533647846 17320 195.159.176.226 (7 Aug 2018 13:17:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2018 13:17:26 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-13123-gllmg-musl=m.gmane.org@lists.openwall.com Tue Aug 07 15:17:22 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1fn1rV-0004OQ-RQ for gllmg-musl@m.gmane.org; Tue, 07 Aug 2018 15:17:21 +0200 Original-Received: (qmail 30279 invoked by uid 550); 7 Aug 2018 13:19:28 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 30234 invoked from network); 7 Aug 2018 13:19:27 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=241Vr1JWGlQNsmTwBQc93F5Cdm+yJtWScmP/yRQYzMc=; b=W1XfusK0G6FM8hYpDi8VFDt6GbeSDqcY/rzjttOksxsEPVQOb8NMAGyoi4oy0Tr2Hu sfHAzs5IVOXesuQHDX1T2kVfJ3tAgNdqwmEZvxgy1nZHJhthGcPR5cZcca/Y00r/IcZ1 I7X3AOdPt+6tV5eoy55nyLmsvDUpCYczKU6rEjcsL9q9wGL3SVaKyNfJ3ELV5d9BDMRn RMx7bGNA7gevUeHaqTCqq/sBa3wpVxU0FE/OPSCilrJSQQYL8gulq3G2Bh42uaft/HIS QJy+hmdfsY5YWaJbtGNo61/MBM1fKnow5t6gv9iwc6SWMvdUApKsqGo5CDiRQkAPmmUY VqOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=241Vr1JWGlQNsmTwBQc93F5Cdm+yJtWScmP/yRQYzMc=; b=R14T2IL1bTJNqOt1whLZfQTaTaaFG84qFt/RTQJzhy0Df9pjP+kmUY2ZR2WNSdfmEk ZX0FgRJRPrTa9LHo3SXQP9WdvtAcaC+V30XQEmJo5IETAhOwbX3ikbmXaU3CZKWWCxKi 09g5VyX7W0MdgMURsaJceIqvQ4k3tijfcBS4WMum7HCfUcX61qI0KJd47O0qWJRemrqf 0nRf91zUj81XKSGfrB/Mbed3f9Hy1ppgvyRHWAXzFfwNkH6WEDkEGsjK7RSS5ZCGT0N+ g16GsV1z/mbbr5fVvFdu1/7qpHGDOmpLiIcZZK8Qe+qbStSMTSfEUv0eRr5OVVV1N/Qf MNAg== X-Gm-Message-State: AOUpUlG0JYRF7E6HUshT/Y7kKgNdCAGlpCznE7KuEypckSvWoeYxRPwt 2J7OWYmCZ/fFAbwi4ES6MJ7NJR7CkWOe6aGV2hmdJA== X-Google-Smtp-Source: AAOMgpcIr4wPUhd/h6PLx9h3r6sGuyGr1zCnQzRkHRKxKRxrb1bCwcEe3XQOU8i0eWWEkcGu5NZF0AiMN8ybdi90sXI= X-Received: by 2002:aca:56d1:: with SMTP id k200-v6mr17442307oib.319.1533647955460; Tue, 07 Aug 2018 06:19:15 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:13107 Archived-At: --00000000000098858e0572d83d78 Content-Type: text/plain; charset="UTF-8" I'm interested in using a toolchain containing clang, musl and the llvm C++ stack from a glibc linux host. There is some patchy documentation on doing this which suggests it is possible with some relatively minor patches. Most of the links are from a few years ago. Does anyone on this list use a similar setup today? If so, does it work for you? Essentially I'm hoping for guidance on whether the end result of the cmake hackery would be stable enough to use as my daily toolchain, before grinding through the inevitable plumbing. Thanks! Jon --00000000000098858e0572d83d78 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'm interested in using a toolchain containing clang,= musl and the llvm C++ stack from a glibc linux host. There is some patchy = documentation on doing this which suggests it is possible with some relativ= ely minor patches. Most of the links are from a few years ago.

Does anyone on this list use a similar set= up today? If so, does it work for you?

Essentially I'm hoping for guidance on whether the end r= esult of the cmake hackery would be stable enough to use as my daily toolch= ain, before grinding through the inevitable plumbing.

Thanks!

Jon --00000000000098858e0572d83d78--